#FBDEC2

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

Shades of Karry #FBDEC2

Tints of Karry #FBDEC2

Color information

#FBDEC2 (or 0xFBDEC2) is unknown color: approx Karry. HEX triplet: FB, DE and C2. RGB value is (251,222,194). Sum of RGB (Red+Green+Blue) = 251+222+194=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 194 (76.17% from 255 or 29.09% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEC2 is #04213D. Grayscale: #E3E3E3. Windows color (decimal): -270654 or 12771067. OLE color: 12771067.

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

Color convert

RGB251222194-
CMYK00.120.230.02
HSL29.47º87.69%87.25%-
HSV(B)29.47º22.71%98.43%-
XYZ75.6476.6561.85-
YUV227.48109.11144.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 194 (76.17% from 255) = 29.09%
R=37.63%
G=33.28%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122219400.120.230.0229.4787.6987.25
HexFBDEC20C1721d5857
Octal37333630201427235130127
Binary1111101111011110110000100110010111101110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEC2; }

 p { color: rgb(251,222,194); }

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

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

 a { background-color: rgb(251,222,194); }

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

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

 span { border-color: rgb(251,222,194); }

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