#FBD9C4

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

Shades of Karry #FBD9C4

Tints of Karry #FBD9C4

Color information

#FBD9C4 (or 0xFBD9C4) is unknown color: approx Karry. HEX triplet: FB, D9 and C4. RGB value is (251,217,196). Sum of RGB (Red+Green+Blue) = 251+217+196=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 196 (76.95% from 255 or 29.52% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9C4 is #04263B. Grayscale: #E0E0E0. Windows color (decimal): -271932 or 12900859. OLE color: 12900859.

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

Color convert

RGB251217196-
CMYK00.140.220.02
HSL22.91º87.3%87.65%-
HSV(B)22.91º21.91%98.43%-
XYZ74.5674.1262.6-
YUV224.77111.76146.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 217 (85.16% from 255) = 32.68%
BLUE value IS 196 (76.95% from 255) = 29.52%
R=37.80%
G=32.68%
B=29.52%

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
Decimal25121719600.140.220.0222.9187.387.65
HexFBD9C40E162175758
Octal37333130401626227127130
Binary1111101111011001110001000111010110101011110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9C4; }

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

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

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

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

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

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

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

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