#FBC5E5

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

Shades of Classic Rose #FBC5E5

Tints of Classic Rose #FBC5E5

Color information

#FBC5E5 (or 0xFBC5E5) is unknown color: approx Classic Rose. HEX triplet: FB, C5 and E5. RGB value is (251,197,229). Sum of RGB (Red+Green+Blue) = 251+197+229=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 197 (77.34% from 255 or 29.10% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5E5 is #043A1A. Grayscale: #D8D8D8. Windows color (decimal): -277019 or 15058427. OLE color: 15058427.

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

Color convert

RGB251197229-
CMYK00.220.090.02
HSL324.44º87.1%87.84%-
HSV(B)324.44º21.51%98.43%-
XYZ73.8966.182.99-
YUV216.79134.89152.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 197 (77.34% from 255) = 29.10%
BLUE value IS 229 (89.84% from 255) = 33.83%
R=37.08%
G=29.10%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119722900.220.090.02324.4487.187.84
HexFBC5E5016921445758
Octal373305345026112504127130
Binary11111011110001011110010101011010011010100010010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5E5; }

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

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

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

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

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

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

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

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