#FECAF1

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

Shades of Classic Rose #FECAF1

Tints of Classic Rose #FECAF1

Color information

#FECAF1 (or 0xFECAF1) is unknown color: approx Classic Rose. HEX triplet: FE, CA and F1. RGB value is (254,202,241). Sum of RGB (Red+Green+Blue) = 254+202+241=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 202 (79.30% from 255 or 28.98% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAF1 is #01350E. Grayscale: #DDDDDD. Windows color (decimal): -79119 or 15846142. OLE color: 15846142.

HSL color Cylindrical-coordinate representation of color #FECAF1: hue angle of 315º 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 #FECAF1 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB254202241-
CMYK00.200.050.00
HSL315º96.3%89.41%-
HSV(B)315º20.47%99.61%-
XYZ77.8769.6692.56-
YUV221.99138.73150.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 202 (79.30% from 255) = 28.98%
BLUE value IS 241 (94.53% from 255) = 34.58%
R=36.44%
G=28.98%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420224100.200.050.0031596.389.41
HexFECAF10145013b6059
Octal37631236102450473140131
Binary111111101100101011110001010100101010011101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAF1; }

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

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

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

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

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

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

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

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