#FCBFE0

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

Shades of Classic Rose #FCBFE0

Tints of Classic Rose #FCBFE0

Color information

#FCBFE0 (or 0xFCBFE0) is unknown color: approx Classic Rose. HEX triplet: FC, BF and E0. RGB value is (252,191,224). Sum of RGB (Red+Green+Blue) = 252+191+224=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFE0 is #03401F. Grayscale: #D4D4D4. Windows color (decimal): -213024 or 14729212. OLE color: 14729212.

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

Color convert

RGB252191224-
CMYK00.240.110.01
HSL327.54º91.04%86.86%-
HSV(B)327.54º24.21%98.82%-
XYZ72.2363.3478.94-
YUV213134.21155.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 224 (87.89% from 255) = 33.58%
R=37.78%
G=28.64%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219122400.240.110.01327.5491.0486.86
HexFCBFE0018B11485b57
Octal374277340030131510133127
Binary1111110010111111111000000110001011110100100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFE0; }

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

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

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

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

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

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

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

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