#FDCEEA

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

Shades of Classic Rose #FDCEEA

Tints of Classic Rose #FDCEEA

Color information

#FDCEEA (or 0xFDCEEA) is unknown color: approx Classic Rose. HEX triplet: FD, CE and EA. RGB value is (253,206,234). Sum of RGB (Red+Green+Blue) = 253+206+234=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 206 (80.86% from 255 or 29.73% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEEA is #023115. Grayscale: #DFDFDF. Windows color (decimal): -143638 or 15388413. OLE color: 15388413.

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

Color convert

RGB253206234-
CMYK00.190.080.01
HSL324.26º92.16%90%-
HSV(B)324.26º18.58%99.22%-
XYZ77.4370.9787.46-
YUV223.24134.07149.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.51%
GREEN value IS 206 (80.86% from 255) = 29.73%
BLUE value IS 234 (91.80% from 255) = 33.77%
R=36.51%
G=29.73%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320623400.190.080.01324.2692.1690
HexFDCEEA013811445c5a
Octal375316352023101504134132
Binary1111110111001110111010100100111000110100010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEEA; }

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

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

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

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

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

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

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

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