#FECDF2

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

Shades of Classic Rose #FECDF2

Tints of Classic Rose #FECDF2

Color information

#FECDF2 (or 0xFECDF2) is unknown color: approx Classic Rose. HEX triplet: FE, CD and F2. RGB value is (254,205,242). Sum of RGB (Red+Green+Blue) = 254+205+242=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 205 (80.47% from 255 or 29.24% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF2 is #01320D. Grayscale: #DFDFDF. Windows color (decimal): -78350 or 15912446. OLE color: 15912446.

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

Color convert

RGB254205242-
CMYK00.190.050.00
HSL314.69º96.08%90%-
HSV(B)314.69º19.29%99.61%-
XYZ78.7371.1493.59-
YUV223.87138.23149.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 205 (80.47% from 255) = 29.24%
BLUE value IS 242 (94.92% from 255) = 34.52%
R=36.23%
G=29.24%
B=34.52%

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
Decimal25420524200.190.050.00314.6996.0890
HexFECDF20135013b605a
Octal37631536202350473140132
Binary111111101100110111110010010011101010011101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDF2; }

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

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

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

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

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

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

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

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