#FBC0EA

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

Shades of Classic Rose #FBC0EA

Tints of Classic Rose #FBC0EA

Color information

#FBC0EA (or 0xFBC0EA) is unknown color: approx Classic Rose. HEX triplet: FB, C0 and EA. RGB value is (251,192,234). Sum of RGB (Red+Green+Blue) = 251+192+234=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 192 (75.39% from 255 or 28.36% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0EA is #043F15. Grayscale: #D6D6D6. Windows color (decimal): -278294 or 15384827. OLE color: 15384827.

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

Color convert

RGB251192234-
CMYK00.240.070.02
HSL317.29º88.06%86.86%-
HSV(B)317.29º23.51%98.43%-
XYZ73.4864.1586.35-
YUV214.43139.05154.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 192 (75.39% from 255) = 28.36%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=37.08%
G=28.36%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119223400.240.070.02317.2988.0686.86
HexFBC0EA0187213d5857
Octal37330035203072475130127
Binary1111101111000000111010100110001111010011110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0EA; }

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

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

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

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

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

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

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

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