#FCBEE4

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

Shades of Classic Rose #FCBEE4

Tints of Classic Rose #FCBEE4

Color information

#FCBEE4 (or 0xFCBEE4) is unknown color: approx Classic Rose. HEX triplet: FC, BE and E4. RGB value is (252,190,228). Sum of RGB (Red+Green+Blue) = 252+190+228=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEE4 is #03411B. Grayscale: #D4D4D4. Windows color (decimal): -213276 or 14991100. OLE color: 14991100.

HSL color Cylindrical-coordinate representation of color #FCBEE4: hue angle of 323.23º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEE4 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252190228-
CMYK00.250.100.01
HSL323.23º91.18%86.67%-
HSV(B)323.23º24.6%98.82%-
XYZ72.5663.1281.76-
YUV212.87136.54155.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 190 (74.61% from 255) = 28.36%
BLUE value IS 228 (89.45% from 255) = 34.03%
R=37.61%
G=28.36%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219022800.250.100.01323.2391.1886.67
HexFCBEE4019A11435b57
Octal374276344031121503133127
Binary1111110010111110111001000110011010110100001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEE4; }

 p { color: rgb(252,190,228); }

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

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

 a { background-color: rgb(252,190,228); }

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

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

 span { border-color: rgb(252,190,228); }

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