#FBDDC5

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

Shades of Karry #FBDDC5

Tints of Karry #FBDDC5

Color information

#FBDDC5 (or 0xFBDDC5) is unknown color: approx Karry. HEX triplet: FB, DD and C5. RGB value is (251,221,197). Sum of RGB (Red+Green+Blue) = 251+221+197=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDC5 is #04223A. Grayscale: #E3E3E3. Windows color (decimal): -270907 or 12967419. OLE color: 12967419.

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

Color convert

RGB251221197-
CMYK00.120.220.02
HSL26.67º87.1%87.84%-
HSV(B)26.67º21.51%98.43%-
XYZ75.7276.2563.55-
YUV227.23110.94144.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 197 (77.34% from 255) = 29.45%
R=37.52%
G=33.03%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122119700.120.220.0226.6787.187.84
HexFBDDC50C1621b5758
Octal37333530501426233127130
Binary1111101111011101110001010110010110101101110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDC5; }

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

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

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

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

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

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

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

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