#FBDDCB

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

Shades of Karry #FBDDCB

Tints of Karry #FBDDCB

Color information

#FBDDCB (or 0xFBDDCB) is unknown color: approx Karry. HEX triplet: FB, DD and CB. RGB value is (251,221,203). Sum of RGB (Red+Green+Blue) = 251+221+203=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDCB is #042234. Grayscale: #E4E4E4. Windows color (decimal): -270901 or 13360635. OLE color: 13360635.

HSL color Cylindrical-coordinate representation of color #FBDDCB: hue angle of 22.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBDDCB is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251221203-
CMYK00.120.190.02
HSL22.5º85.71%89.02%-
HSV(B)22.5º19.12%98.43%-
XYZ76.4276.5367.24-
YUV227.92113.94144.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 203 (79.69% from 255) = 30.07%
R=37.19%
G=32.74%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122120300.120.190.0222.585.7189.02
HexFBDDCB0C132175659
Octal37333531301423227126131
Binary1111101111011101110010110110010011101011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDCB; }

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

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

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

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

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

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

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

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