#FBDCC8

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

Shades of Karry #FBDCC8

Tints of Karry #FBDCC8

Color information

#FBDCC8 (or 0xFBDCC8) is unknown color: approx Karry. HEX triplet: FB, DC and C8. RGB value is (251,220,200). Sum of RGB (Red+Green+Blue) = 251+220+200=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 200 (78.52% from 255 or 29.81% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCC8 is #042337. Grayscale: #E3E3E3. Windows color (decimal): -271160 or 13163771. OLE color: 13163771.

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

Color convert

RGB251220200-
CMYK00.120.200.02
HSL23.53º86.44%88.43%-
HSV(B)23.53º20.32%98.43%-
XYZ75.875.8765.29-
YUV226.99112.77145.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 200 (78.52% from 255) = 29.81%
R=37.41%
G=32.79%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122020000.120.200.0223.5386.4488.43
HexFBDCC80C142185658
Octal37333431001424230126130
Binary1111101111011100110010000110010100101100010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCC8; }

 p { color: rgb(251,220,200); }

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

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

 a { background-color: rgb(251,220,200); }

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

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

 span { border-color: rgb(251,220,200); }

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