#FDC6DA

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

Shades of Classic Rose #FDC6DA

Tints of Classic Rose #FDC6DA

Color information

#FDC6DA (or 0xFDC6DA) is unknown color: approx Classic Rose. HEX triplet: FD, C6 and DA. RGB value is (253,198,218). Sum of RGB (Red+Green+Blue) = 253+198+218=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6DA is #023925. Grayscale: #D8D8D8. Windows color (decimal): -145702 or 14337789. OLE color: 14337789.

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

Color convert

RGB253198218-
CMYK00.220.140.01
HSL338.18º93.22%88.43%-
HSV(B)338.18º21.74%99.22%-
XYZ73.3666.3375.27-
YUV216.72128.72153.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 198 (77.73% from 255) = 29.60%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=37.82%
G=29.60%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319821800.220.140.01338.1893.2288.43
HexFDC6DA016E11525d58
Octal375306332026161522135130
Binary1111110111000110110110100101101110110101001010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6DA; }

 p { color: rgb(253,198,218); }

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

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

 a { background-color: rgb(253,198,218); }

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

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

 span { border-color: rgb(253,198,218); }

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