#FBD9C2

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

Shades of Karry #FBD9C2

Tints of Karry #FBD9C2

Color information

#FBD9C2 (or 0xFBD9C2) is unknown color: approx Karry. HEX triplet: FB, D9 and C2. RGB value is (251,217,194). Sum of RGB (Red+Green+Blue) = 251+217+194=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 194 (76.17% from 255 or 29.31% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9C2 is #04263D. Grayscale: #E0E0E0. Windows color (decimal): -271934 or 12769787. OLE color: 12769787.

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

Color convert

RGB251217194-
CMYK00.140.230.02
HSL24.21º87.69%87.25%-
HSV(B)24.21º22.71%98.43%-
XYZ74.3374.0361.41-
YUV224.54110.76146.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 217 (85.16% from 255) = 32.78%
BLUE value IS 194 (76.17% from 255) = 29.31%
R=37.92%
G=32.78%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121719400.140.230.0224.2187.6987.25
HexFBD9C20E172185857
Octal37333130201627230130127
Binary1111101111011001110000100111010111101100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9C2; }

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

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

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

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

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

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

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

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