#FCBFE1

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

Shades of Classic Rose #FCBFE1

Tints of Classic Rose #FCBFE1

Color information

#FCBFE1 (or 0xFCBFE1) is unknown color: approx Classic Rose. HEX triplet: FC, BF and E1. RGB value is (252,191,225). Sum of RGB (Red+Green+Blue) = 252+191+225=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFE1 is #03401E. Grayscale: #D5D5D5. Windows color (decimal): -213023 or 14794748. OLE color: 14794748.

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

Color convert

RGB252191225-
CMYK00.240.110.01
HSL326.56º91.04%86.86%-
HSV(B)326.56º24.21%98.82%-
XYZ72.3763.3979.66-
YUV213.11134.71155.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 191 (75% from 255) = 28.59%
BLUE value IS 225 (88.28% from 255) = 33.68%
R=37.72%
G=28.59%
B=33.68%

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
Decimal25219122500.240.110.01326.5691.0486.86
HexFCBFE1018B11475b57
Octal374277341030131507133127
Binary1111110010111111111000010110001011110100011110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFE1; }

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

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

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

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

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

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

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

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