#FBC5EA

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

Shades of Classic Rose #FBC5EA

Tints of Classic Rose #FBC5EA

Color information

#FBC5EA (or 0xFBC5EA) is unknown color: approx Classic Rose. HEX triplet: FB, C5 and EA. RGB value is (251,197,234). Sum of RGB (Red+Green+Blue) = 251+197+234=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 197 (77.34% from 255 or 28.89% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC5EA is #043A15. Grayscale: #D9D9D9. Windows color (decimal): -277014 or 15386107. OLE color: 15386107.

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

Color convert

RGB251197234-
CMYK00.220.070.02
HSL318.89º87.1%87.84%-
HSV(B)318.89º21.51%98.43%-
XYZ74.666.3886.72-
YUV217.36137.39151.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 197 (77.34% from 255) = 28.89%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=36.80%
G=28.89%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119723400.220.070.02318.8987.187.84
HexFBC5EA0167213f5758
Octal37330535202672477127130
Binary1111101111000101111010100101101111010011111110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5EA; }

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

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

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

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

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

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

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

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