#FBD9C5

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

Shades of Karry #FBD9C5

Tints of Karry #FBD9C5

Color information

#FBD9C5 (or 0xFBD9C5) is unknown color: approx Karry. HEX triplet: FB, D9 and C5. RGB value is (251,217,197). Sum of RGB (Red+Green+Blue) = 251+217+197=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 197 (77.34% from 255 or 29.62% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9C5 is #04263A. Grayscale: #E1E1E1. Windows color (decimal): -271931 or 12966395. OLE color: 12966395.

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

Color convert

RGB251217197-
CMYK00.140.220.02
HSL22.22º87.1%87.84%-
HSV(B)22.22º21.51%98.43%-
XYZ74.6774.1763.2-
YUV224.89112.26146.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 217 (85.16% from 255) = 32.63%
BLUE value IS 197 (77.34% from 255) = 29.62%
R=37.74%
G=32.63%
B=29.62%

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
Decimal25121719700.140.220.0222.2287.187.84
HexFBD9C50E162165758
Octal37333130501626226127130
Binary1111101111011001110001010111010110101011010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9C5; }

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

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

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

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

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

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

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

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