#FCBFE2

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

Shades of Classic Rose #FCBFE2

Tints of Classic Rose #FCBFE2

Color information

#FCBFE2 (or 0xFCBFE2) is unknown color: approx Classic Rose. HEX triplet: FC, BF and E2. RGB value is (252,191,226). Sum of RGB (Red+Green+Blue) = 252+191+226=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFE2 is #03401D. Grayscale: #D5D5D5. Windows color (decimal): -213022 or 14860284. OLE color: 14860284.

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

Color convert

RGB252191226-
CMYK00.240.100.01
HSL325.57º91.04%86.86%-
HSV(B)325.57º24.21%98.82%-
XYZ72.563.4580.38-
YUV213.23135.21155.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 191 (75% from 255) = 28.55%
BLUE value IS 226 (88.67% from 255) = 33.78%
R=37.67%
G=28.55%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219122600.240.100.01325.5791.0486.86
HexFCBFE2018A11465b57
Octal374277342030121506133127
Binary1111110010111111111000100110001010110100011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFE2; }

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

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

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

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

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

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

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

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