#FECADD

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

Shades of Classic Rose #FECADD

Tints of Classic Rose #FECADD

Color information

#FECADD (or 0xFECADD) is unknown color: approx Classic Rose. HEX triplet: FE, CA and DD. RGB value is (254,202,221). Sum of RGB (Red+Green+Blue) = 254+202+221=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FECADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECADD is #013522. Grayscale: #DBDBDB. Windows color (decimal): -79139 or 14535422. OLE color: 14535422.

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

Color convert

RGB254202221-
CMYK00.200.130.00
HSL338.08º96.3%89.41%-
HSV(B)338.08º20.47%99.61%-
XYZ75.0468.5377.68-
YUV219.71128.73152.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 202 (79.30% from 255) = 29.84%
BLUE value IS 221 (86.72% from 255) = 32.64%
R=37.52%
G=29.84%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420222100.200.130.00338.0896.389.41
HexFECADD014D01526059
Octal376312335024150522140131
Binary1111111011001010110111010101001101010101001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECADD; }

 p { color: rgb(254,202,221); }

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

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

 a { background-color: rgb(254,202,221); }

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

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

 span { border-color: rgb(254,202,221); }

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