#FDC7EA

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

Shades of Classic Rose #FDC7EA

Tints of Classic Rose #FDC7EA

Color information

#FDC7EA (or 0xFDC7EA) is unknown color: approx Classic Rose. HEX triplet: FD, C7 and EA. RGB value is (253,199,234). Sum of RGB (Red+Green+Blue) = 253+199+234=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 199 (78.12% from 255 or 29.01% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC7EA is #023815. Grayscale: #DBDBDB. Windows color (decimal): -145430 or 15386621. OLE color: 15386621.

HSL color Cylindrical-coordinate representation of color #FDC7EA: hue angle of 321.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC7EA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253199234-
CMYK00.210.080.01
HSL321.11º93.1%88.63%-
HSV(B)321.11º21.34%99.22%-
XYZ75.7867.6786.91-
YUV219.14136.39152.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 199 (78.12% from 255) = 29.01%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=36.88%
G=29.01%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319923400.210.080.01321.1193.188.63
HexFDC7EA015811415d59
Octal375307352025101501135131
Binary1111110111000111111010100101011000110100000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC7EA; }

 p { color: rgb(253,199,234); }

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

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

 a { background-color: rgb(253,199,234); }

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

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

 span { border-color: rgb(253,199,234); }

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