#FCBFEA

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

Shades of Classic Rose #FCBFEA

Tints of Classic Rose #FCBFEA

Color information

#FCBFEA (or 0xFCBFEA) is unknown color: approx Classic Rose. HEX triplet: FC, BF and EA. RGB value is (252,191,234). Sum of RGB (Red+Green+Blue) = 252+191+234=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 191 (75% from 255 or 28.21% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFEA is #034015. Grayscale: #D6D6D6. Windows color (decimal): -213014 or 15384572. OLE color: 15384572.

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

Color convert

RGB252191234-
CMYK00.240.070.01
HSL317.7º91.04%86.86%-
HSV(B)317.7º24.21%98.82%-
XYZ73.6363.986.29-
YUV214.14139.21155-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 191 (75% from 255) = 28.21%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=37.22%
G=28.21%
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.01
SystemRedGreenBlueCMYKHSL
Decimal25219123400.240.070.01317.791.0486.86
HexFCBFEA0187113e5b57
Octal37427735203071476133127
Binary111111001011111111101010011000111110011111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFEA; }

 p { color: rgb(252,191,234); }

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

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

 a { background-color: rgb(252,191,234); }

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

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

 span { border-color: rgb(252,191,234); }

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