#FCBFEB

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

Shades of Classic Rose #FCBFEB

Tints of Classic Rose #FCBFEB

Color information

#FCBFEB (or 0xFCBFEB) is unknown color: approx Classic Rose. HEX triplet: FC, BF and EB. RGB value is (252,191,235). Sum of RGB (Red+Green+Blue) = 252+191+235=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFEB is #034014. Grayscale: #D6D6D6. Windows color (decimal): -213013 or 15450108. OLE color: 15450108.

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

Color convert

RGB252191235-
CMYK00.240.070.01
HSL316.72º91.04%86.86%-
HSV(B)316.72º24.21%98.82%-
XYZ73.7763.9687.05-
YUV214.25139.71154.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 191 (75% from 255) = 28.17%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=37.17%
G=28.17%
B=34.66%

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
Decimal25219123500.240.070.01316.7291.0486.86
HexFCBFEB0187113d5b57
Octal37427735303071475133127
Binary111111001011111111101011011000111110011110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFEB; }

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

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

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

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

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

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

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

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