#FBC5DC

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

Shades of Classic Rose #FBC5DC

Tints of Classic Rose #FBC5DC

Color information

#FBC5DC (or 0xFBC5DC) is unknown color: approx Classic Rose. HEX triplet: FB, C5 and DC. RGB value is (251,197,220). Sum of RGB (Red+Green+Blue) = 251+197+220=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5DC is #043A23. Grayscale: #D7D7D7. Windows color (decimal): -277028 or 14468603. OLE color: 14468603.

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

Color convert

RGB251197220-
CMYK00.220.120.02
HSL334.44º87.1%87.84%-
HSV(B)334.44º21.51%98.43%-
XYZ72.6765.6176.54-
YUV215.77130.39153.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 197 (77.34% from 255) = 29.49%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=37.57%
G=29.49%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119722000.220.120.02334.4487.187.84
HexFBC5DC016C214e5758
Octal373305334026142516127130
Binary11111011110001011101110001011011001010100111010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5DC; }

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

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

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

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

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

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

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

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