#FECCF1

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

Shades of Classic Rose #FECCF1

Tints of Classic Rose #FECCF1

Color information

#FECCF1 (or 0xFECCF1) is unknown color: approx Classic Rose. HEX triplet: FE, CC and F1. RGB value is (254,204,241). Sum of RGB (Red+Green+Blue) = 254+204+241=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 204 (80.08% from 255 or 29.18% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF1 is #01330E. Grayscale: #DFDFDF. Windows color (decimal): -78607 or 15846654. OLE color: 15846654.

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

Color convert

RGB254204241-
CMYK00.200.050.00
HSL315.6º96.15%89.8%-
HSV(B)315.6º19.69%99.61%-
XYZ78.3470.6192.72-
YUV223.17138.06149.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 204 (80.08% from 255) = 29.18%
BLUE value IS 241 (94.53% from 255) = 34.48%
R=36.34%
G=29.18%
B=34.48%

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
Decimal25420424100.200.050.00315.696.1589.8
HexFECCF10145013c605a
Octal37631436102450474140132
Binary111111101100110011110001010100101010011110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCF1; }

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

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

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

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

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

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

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

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