#FECFF1

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

Shades of Classic Rose #FECFF1

Tints of Classic Rose #FECFF1

Color information

#FECFF1 (or 0xFECFF1) is unknown color: approx Classic Rose. HEX triplet: FE, CF and F1. RGB value is (254,207,241). Sum of RGB (Red+Green+Blue) = 254+207+241=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 207 (81.25% from 255 or 29.49% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFF1 is #01300E. Grayscale: #E0E0E0. Windows color (decimal): -77839 or 15847422. OLE color: 15847422.

HSL color Cylindrical-coordinate representation of color #FECFF1: hue angle of 316.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECFF1 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB254207241-
CMYK00.190.050.00
HSL316.6º95.92%90.39%-
HSV(B)316.6º18.5%99.61%-
XYZ79.0672.0592.96-
YUV224.93137.07148.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 207 (81.25% from 255) = 29.49%
BLUE value IS 241 (94.53% from 255) = 34.33%
R=36.18%
G=29.49%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420724100.190.050.00316.695.9290.39
HexFECFF10135013d605a
Octal37631736102350475140132
Binary111111101100111111110001010011101010011110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFF1; }

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

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

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

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

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

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

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

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