#FBC4EA

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

Shades of Classic Rose #FBC4EA

Tints of Classic Rose #FBC4EA

Color information

#FBC4EA (or 0xFBC4EA) is unknown color: approx Classic Rose. HEX triplet: FB, C4 and EA. RGB value is (251,196,234). Sum of RGB (Red+Green+Blue) = 251+196+234=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 196 (76.95% from 255 or 28.78% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC4EA is #043B15. Grayscale: #D8D8D8. Windows color (decimal): -277270 or 15385851. OLE color: 15385851.

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

Color convert

RGB251196234-
CMYK00.220.070.02
HSL318.55º87.3%87.65%-
HSV(B)318.55º21.91%98.43%-
XYZ74.3765.9386.65-
YUV216.78137.72152.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 196 (76.95% from 255) = 28.78%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=36.86%
G=28.78%
B=34.36%

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
Decimal25119623400.220.070.02318.5587.387.65
HexFBC4EA0167213f5758
Octal37330435202672477127130
Binary1111101111000100111010100101101111010011111110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC4EA; }

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

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

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

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

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

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

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

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