#FCBFE9

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

Shades of Classic Rose #FCBFE9

Tints of Classic Rose #FCBFE9

Color information

#FCBFE9 (or 0xFCBFE9) is unknown color: approx Classic Rose. HEX triplet: FC, BF and E9. RGB value is (252,191,233). Sum of RGB (Red+Green+Blue) = 252+191+233=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFE9 is #034016. Grayscale: #D5D5D5. Windows color (decimal): -213015 or 15319036. OLE color: 15319036.

HSL color Cylindrical-coordinate representation of color #FCBFE9: hue angle of 318.69º 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 #FCBFE9 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252191233-
CMYK00.240.080.01
HSL318.69º91.04%86.86%-
HSV(B)318.69º24.21%98.82%-
XYZ73.4863.8485.54-
YUV214.03138.71155.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 191 (75% from 255) = 28.25%
BLUE value IS 233 (91.41% from 255) = 34.47%
R=37.28%
G=28.25%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219123300.240.080.01318.6991.0486.86
HexFCBFE90188113f5b57
Octal374277351030101477133127
Binary1111110010111111111010010110001000110011111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFE9; }

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

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

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

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

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

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

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

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