#FECCF2

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

Shades of Classic Rose #FECCF2

Tints of Classic Rose #FECCF2

Color information

#FECCF2 (or 0xFECCF2) is unknown color: approx Classic Rose. HEX triplet: FE, CC and F2. RGB value is (254,204,242). Sum of RGB (Red+Green+Blue) = 254+204+242=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 204 (80.08% from 255 or 29.14% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF2 is #01330D. Grayscale: #DFDFDF. Windows color (decimal): -78606 or 15912190. OLE color: 15912190.

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

Color convert

RGB254204242-
CMYK00.200.050.00
HSL314.4º96.15%89.8%-
HSV(B)314.4º19.69%99.61%-
XYZ78.4970.6793.51-
YUV223.28138.56149.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 204 (80.08% from 255) = 29.14%
BLUE value IS 242 (94.92% from 255) = 34.57%
R=36.29%
G=29.14%
B=34.57%

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
Decimal25420424200.200.050.00314.496.1589.8
HexFECCF20145013a605a
Octal37631436202450472140132
Binary111111101100110011110010010100101010011101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCF2; }

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

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

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

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

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

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

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

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