#FBDDCA

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

Shades of Karry #FBDDCA

Tints of Karry #FBDDCA

Color information

#FBDDCA (or 0xFBDDCA) is unknown color: approx Karry. HEX triplet: FB, DD and CA. RGB value is (251,221,202). Sum of RGB (Red+Green+Blue) = 251+221+202=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDCA is #042235. Grayscale: #E3E3E3. Windows color (decimal): -270902 or 13295099. OLE color: 13295099.

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

Color convert

RGB251221202-
CMYK00.120.200.02
HSL23.27º85.96%88.82%-
HSV(B)23.27º19.52%98.43%-
XYZ76.376.4966.62-
YUV227.8113.44144.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 202 (79.30% from 255) = 29.97%
R=37.24%
G=32.79%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122120200.120.200.0223.2785.9688.82
HexFBDDCA0C142175659
Octal37333531201424227126131
Binary1111101111011101110010100110010100101011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDCA; }

 p { color: rgb(251,221,202); }

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

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

 a { background-color: rgb(251,221,202); }

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

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

 span { border-color: rgb(251,221,202); }

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