#FBC7EA

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

Shades of Classic Rose #FBC7EA

Tints of Classic Rose #FBC7EA

Color information

#FBC7EA (or 0xFBC7EA) is unknown color: approx Classic Rose. HEX triplet: FB, C7 and EA. RGB value is (251,199,234). Sum of RGB (Red+Green+Blue) = 251+199+234=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 199 (78.12% from 255 or 29.09% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC7EA is #043815. Grayscale: #DADADA. Windows color (decimal): -276502 or 15386619. OLE color: 15386619.

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

Color convert

RGB251199234-
CMYK00.210.070.02
HSL319.62º86.67%88.24%-
HSV(B)319.62º20.72%98.43%-
XYZ75.0667.386.88-
YUV218.54136.73151.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 199 (78.12% from 255) = 29.09%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=36.70%
G=29.09%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119923400.210.070.02319.6286.6788.24
HexFBC7EA015721405758
Octal37330735202572500127130
Binary1111101111000111111010100101011111010100000010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7EA; }

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

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

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

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

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

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

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

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