#FFC6DA

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

Shades of Classic Rose #FFC6DA

Tints of Classic Rose #FFC6DA

Color information

#FFC6DA (or 0xFFC6DA) is unknown color: approx Classic Rose. HEX triplet: FF, C6 and DA. RGB value is (255,198,218). Sum of RGB (Red+Green+Blue) = 255+198+218=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6DA is #003925. Grayscale: #D9D9D9. Windows color (decimal): -14630 or 14337791. OLE color: 14337791.

HSL color Cylindrical-coordinate representation of color #FFC6DA: hue angle of 338.95º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC6DA is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255198218-
CMYK00.220.150
HSL338.95º100%88.82%-
HSV(B)338.95º22.35%100%-
XYZ74.0966.7175.3-
YUV217.32128.38154.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 198 (77.73% from 255) = 29.51%
BLUE value IS 218 (85.55% from 255) = 32.49%
R=38.00%
G=29.51%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519821800.220.150338.9510088.82
HexFFC6DA016F01536459
Octal377306332026170523144131
Binary1111111111000110110110100101101111010101001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6DA; }

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

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

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

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

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

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

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

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