#FBDCCA

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

Shades of Karry #FBDCCA

Tints of Karry #FBDCCA

Color information

#FBDCCA (or 0xFBDCCA) is unknown color: approx Karry. HEX triplet: FB, DC and CA. RGB value is (251,220,202). Sum of RGB (Red+Green+Blue) = 251+220+202=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCCA is #042335. Grayscale: #E3E3E3. Windows color (decimal): -271158 or 13294843. OLE color: 13294843.

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

Color convert

RGB251220202-
CMYK00.120.200.02
HSL22.04º85.96%88.82%-
HSV(B)22.04º19.52%98.43%-
XYZ76.0475.9666.53-
YUV227.22113.77144.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 202 (79.30% from 255) = 30.01%
R=37.30%
G=32.69%
B=30.01%

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
Decimal25122020200.120.200.0222.0485.9688.82
HexFBDCCA0C142165659
Octal37333431201424226126131
Binary1111101111011100110010100110010100101011010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCCA; }

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

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

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

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

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

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

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

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