#FBDEC5

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

Shades of Karry #FBDEC5

Tints of Karry #FBDEC5

Color information

#FBDEC5 (or 0xFBDEC5) is unknown color: approx Karry. HEX triplet: FB, DE and C5. RGB value is (251,222,197). Sum of RGB (Red+Green+Blue) = 251+222+197=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 197 (77.34% from 255 or 29.40% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEC5 is #04213A. Grayscale: #E3E3E3. Windows color (decimal): -270651 or 12967675. OLE color: 12967675.

HSL color Cylindrical-coordinate representation of color #FBDEC5: hue angle of 27.78º 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 #FBDEC5 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB251222197-
CMYK00.120.220.02
HSL27.78º87.1%87.84%-
HSV(B)27.78º21.51%98.43%-
XYZ75.9876.7863.64-
YUV227.82110.61144.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 197 (77.34% from 255) = 29.40%
R=37.46%
G=33.13%
B=29.40%

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
Decimal25122219700.120.220.0227.7887.187.84
HexFBDEC50C1621c5758
Octal37333630501426234127130
Binary1111101111011110110001010110010110101110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEC5; }

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

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

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

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

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

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

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

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