#FCBFE7

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

Shades of Classic Rose #FCBFE7

Tints of Classic Rose #FCBFE7

Color information

#FCBFE7 (or 0xFCBFE7) is unknown color: approx Classic Rose. HEX triplet: FC, BF and E7. RGB value is (252,191,231). Sum of RGB (Red+Green+Blue) = 252+191+231=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFE7 is #034018. Grayscale: #D5D5D5. Windows color (decimal): -213017 or 15187964. OLE color: 15187964.

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

Color convert

RGB252191231-
CMYK00.240.080.01
HSL320.66º91.04%86.86%-
HSV(B)320.66º24.21%98.82%-
XYZ73.263.7384.04-
YUV213.8137.71155.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 191 (75% from 255) = 28.34%
BLUE value IS 231 (90.62% from 255) = 34.27%
R=37.39%
G=28.34%
B=34.27%

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
Decimal25219123100.240.080.01320.6691.0486.86
HexFCBFE7018811415b57
Octal374277347030101501133127
Binary1111110010111111111001110110001000110100000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFE7; }

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

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

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

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

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

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

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

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