#FECAF3

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

Shades of Classic Rose #FECAF3

Tints of Classic Rose #FECAF3

Color information

#FECAF3 (or 0xFECAF3) is unknown color: approx Classic Rose. HEX triplet: FE, CA and F3. RGB value is (254,202,243). Sum of RGB (Red+Green+Blue) = 254+202+243=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 202 (79.30% from 255 or 28.90% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAF3 is #01350C. Grayscale: #DEDEDE. Windows color (decimal): -79117 or 15977214. OLE color: 15977214.

HSL color Cylindrical-coordinate representation of color #FECAF3: hue angle of 312.69º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECAF3 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB254202243-
CMYK00.200.040.00
HSL312.69º96.3%89.41%-
HSV(B)312.69º20.47%99.61%-
XYZ78.1769.7894.14-
YUV222.22139.73150.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 202 (79.30% from 255) = 28.90%
BLUE value IS 243 (95.31% from 255) = 34.76%
R=36.34%
G=28.90%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420224300.200.040.00312.6996.389.41
HexFECAF3014401396059
Octal37631236302440471140131
Binary111111101100101011110011010100100010011100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAF3; }

 p { color: rgb(254,202,243); }

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

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

 a { background-color: rgb(254,202,243); }

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

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

 span { border-color: rgb(254,202,243); }

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