#FBDEC4

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

Shades of Karry #FBDEC4

Tints of Karry #FBDEC4

Color information

#FBDEC4 (or 0xFBDEC4) is unknown color: approx Karry. HEX triplet: FB, DE and C4. RGB value is (251,222,196). Sum of RGB (Red+Green+Blue) = 251+222+196=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 196 (76.95% from 255 or 29.30% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEC4 is #04213B. Grayscale: #E3E3E3. Windows color (decimal): -270652 or 12902139. OLE color: 12902139.

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

Color convert

RGB251222196-
CMYK00.120.220.02
HSL28.36º87.3%87.65%-
HSV(B)28.36º21.91%98.43%-
XYZ75.8776.7463.04-
YUV227.71110.11144.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 222 (87.11% from 255) = 33.18%
BLUE value IS 196 (76.95% from 255) = 29.30%
R=37.52%
G=33.18%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122219600.120.220.0228.3687.387.65
HexFBDEC40C1621c5758
Octal37333630401426234127130
Binary1111101111011110110001000110010110101110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEC4; }

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

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

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

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

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

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

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

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