#FBC0E8

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

Shades of Classic Rose #FBC0E8

Tints of Classic Rose #FBC0E8

Color information

#FBC0E8 (or 0xFBC0E8) is unknown color: approx Classic Rose. HEX triplet: FB, C0 and E8. RGB value is (251,192,232). Sum of RGB (Red+Green+Blue) = 251+192+232=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 192 (75.39% from 255 or 28.44% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0E8 is #043F17. Grayscale: #D6D6D6. Windows color (decimal): -278296 or 15253755. OLE color: 15253755.

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

Color convert

RGB251192232-
CMYK00.240.080.02
HSL319.32º88.06%86.86%-
HSV(B)319.32º23.51%98.43%-
XYZ73.264.0384.85-
YUV214.2138.05154.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 192 (75.39% from 255) = 28.44%
BLUE value IS 232 (91.02% from 255) = 34.37%
R=37.19%
G=28.44%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119223200.240.080.02319.3288.0686.86
HexFBC0E80188213f5857
Octal373300350030102477130127
Binary11111011110000001110100001100010001010011111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0E8; }

 p { color: rgb(251,192,232); }

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

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

 a { background-color: rgb(251,192,232); }

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

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

 span { border-color: rgb(251,192,232); }

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