#FBC2DC

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

Shades of Classic Rose #FBC2DC

Tints of Classic Rose #FBC2DC

Color information

#FBC2DC (or 0xFBC2DC) is unknown color: approx Classic Rose. HEX triplet: FB, C2 and DC. RGB value is (251,194,220). Sum of RGB (Red+Green+Blue) = 251+194+220=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 194 (76.17% from 255 or 29.17% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2DC is #043D23. Grayscale: #D5D5D5. Windows color (decimal): -277796 or 14467835. OLE color: 14467835.

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

Color convert

RGB251194220-
CMYK00.230.120.02
HSL332.63º87.69%87.25%-
HSV(B)332.63º22.71%98.43%-
XYZ71.9964.2676.32-
YUV214.01131.38154.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 194 (76.17% from 255) = 29.17%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=37.74%
G=29.17%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119422000.230.120.02332.6387.6987.25
HexFBC2DC017C214d5857
Octal373302334027142515130127
Binary11111011110000101101110001011111001010100110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC2DC; }

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

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

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

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

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

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

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

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