#FBD9C3

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

Shades of Karry #FBD9C3

Tints of Karry #FBD9C3

Color information

#FBD9C3 (or 0xFBD9C3) is unknown color: approx Karry. HEX triplet: FB, D9 and C3. RGB value is (251,217,195). Sum of RGB (Red+Green+Blue) = 251+217+195=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 195 (76.56% from 255 or 29.41% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9C3 is #04263C. Grayscale: #E0E0E0. Windows color (decimal): -271933 or 12835323. OLE color: 12835323.

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

Color convert

RGB251217195-
CMYK00.140.220.02
HSL23.57º87.5%87.45%-
HSV(B)23.57º22.31%98.43%-
XYZ74.4574.0862-
YUV224.66111.26146.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 217 (85.16% from 255) = 32.73%
BLUE value IS 195 (76.56% from 255) = 29.41%
R=37.86%
G=32.73%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121719500.140.220.0223.5787.587.45
HexFBD9C30E162185857
Octal37333130301626230130127
Binary1111101111011001110000110111010110101100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9C3; }

 p { color: rgb(251,217,195); }

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

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

 a { background-color: rgb(251,217,195); }

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

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

 span { border-color: rgb(251,217,195); }

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