#FCBEE9

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

Shades of Classic Rose #FCBEE9

Tints of Classic Rose #FCBEE9

Color information

#FCBEE9 (or 0xFCBEE9) is unknown color: approx Classic Rose. HEX triplet: FC, BE and E9. RGB value is (252,190,233). Sum of RGB (Red+Green+Blue) = 252+190+233=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 190 (74.61% from 255 or 28.15% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEE9 is #034116. Grayscale: #D5D5D5. Windows color (decimal): -213271 or 15318780. OLE color: 15318780.

HSL color Cylindrical-coordinate representation of color #FCBEE9: hue angle of 318.39º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEE9 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252190233-
CMYK00.250.080.01
HSL318.39º91.18%86.67%-
HSV(B)318.39º24.6%98.82%-
XYZ73.2763.4185.47-
YUV213.44139.04155.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 190 (74.61% from 255) = 28.15%
BLUE value IS 233 (91.41% from 255) = 34.52%
R=37.33%
G=28.15%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219023300.250.080.01318.3991.1886.67
HexFCBEE90198113e5b57
Octal374276351031101476133127
Binary1111110010111110111010010110011000110011111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEE9; }

 p { color: rgb(252,190,233); }

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

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

 a { background-color: rgb(252,190,233); }

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

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

 span { border-color: rgb(252,190,233); }

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