#FECFF2

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

Shades of Classic Rose #FECFF2

Tints of Classic Rose #FECFF2

Color information

#FECFF2 (or 0xFECFF2) is unknown color: approx Classic Rose. HEX triplet: FE, CF and F2. RGB value is (254,207,242). Sum of RGB (Red+Green+Blue) = 254+207+242=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 207 (81.25% from 255 or 29.45% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFF2 is #01300D. Grayscale: #E0E0E0. Windows color (decimal): -77838 or 15912958. OLE color: 15912958.

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

Color convert

RGB254207242-
CMYK00.190.050.00
HSL315.32º95.92%90.39%-
HSV(B)315.32º18.5%99.61%-
XYZ79.2172.1193.75-
YUV225.04137.57148.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 207 (81.25% from 255) = 29.45%
BLUE value IS 242 (94.92% from 255) = 34.42%
R=36.13%
G=29.45%
B=34.42%

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
Decimal25420724200.190.050.00315.3295.9290.39
HexFECFF20135013b605a
Octal37631736202350473140132
Binary111111101100111111110010010011101010011101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFF2; }

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

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

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

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

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

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

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

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