#FDCFEA

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

Shades of Classic Rose #FDCFEA

Tints of Classic Rose #FDCFEA

Color information

#FDCFEA (or 0xFDCFEA) is unknown color: approx Classic Rose. HEX triplet: FD, CF and EA. RGB value is (253,207,234). Sum of RGB (Red+Green+Blue) = 253+207+234=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 207 (81.25% from 255 or 29.83% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFEA is #023015. Grayscale: #DFDFDF. Windows color (decimal): -143382 or 15388669. OLE color: 15388669.

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

Color convert

RGB253207234-
CMYK00.180.080.01
HSL324.78º92%90.2%-
HSV(B)324.78º18.18%99.22%-
XYZ77.6771.4587.54-
YUV223.83133.74148.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 207 (81.25% from 255) = 29.83%
BLUE value IS 234 (91.80% from 255) = 33.72%
R=36.46%
G=29.83%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320723400.180.080.01324.789290.2
HexFDCFEA012811455c5a
Octal375317352022101505134132
Binary1111110111001111111010100100101000110100010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFEA; }

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

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

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

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

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

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

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

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