#FADCBE

Color #FADCBE Karry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karry #FADCBE

Tints of Karry #FADCBE

Color information

#FADCBE (or 0xFADCBE) is unknown color: approx Karry. HEX triplet: FA, DC and BE. RGB value is (250,220,190). Sum of RGB (Red+Green+Blue) = 250+220+190=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCBE is #052341. Grayscale: #E1E1E1. Windows color (decimal): -336706 or 12508410. OLE color: 12508410.

HSL color Cylindrical-coordinate representation of color #FADCBE: hue angle of 30º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FADCBE is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250220190-
CMYK00.120.240.02
HSL30º85.71%86.27%-
HSV(B)30º24%98.04%-
XYZ74.3175.2359.32-
YUV225.55107.94145.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 28.79%
R=37.88%
G=33.33%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022019000.120.240.023085.7186.27
HexFADCBE0C1821e5656
Octal37233427601430236126126
Binary1111101011011100101111100110011000101111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCBE; }

 p { color: rgb(250,220,190); }

 H1.HeaderClassName
 {
   color: #FADCBE;
 }
 .AnyTagClassName
 {
   color: #FADCBE;
 }
</style>
background-color css

<style>
 a { background-color: #FADCBE; }

 a { background-color: rgb(250,220,190); }

 div.DivClassName
 {
   background-color: #FADCBE;
 }
 .BgClassName
 {
   background-color: #FADCBE;
 }
</style>
border-color css

<style>
 span { border-color: #FADCBE; }

 span { border-color: rgb(250,220,190); }

 td.TdClassName
 {
   border-color: #FADCBE;
 }
 .TagClassName
 {
   border-color: #FADCBE;
 }
</style>