#F6C0DA

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

Shades of Classic Rose #F6C0DA

Tints of Classic Rose #F6C0DA

Color information

#F6C0DA (or 0xF6C0DA) is unknown color: approx Classic Rose. HEX triplet: F6, C0 and DA. RGB value is (246,192,218). Sum of RGB (Red+Green+Blue) = 246+192+218=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C0DA is #093F25. Grayscale: #D3D3D3. Windows color (decimal): -605990 or 14336246. OLE color: 14336246.

HSL color Cylindrical-coordinate representation of color #F6C0DA: hue angle of 331.11º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6C0DA is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246192218-
CMYK00.220.110.04
HSL331.11º75%85.88%-
HSV(B)331.11º21.95%96.47%-
XYZ69.5162.3574.7-
YUV211.11131.89152.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.5%
GREEN value IS 192 (75.39% from 255) = 29.27%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=37.5%
G=29.27%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619221800.220.110.04331.117585.88
HexF6C0DA016B414b4b56
Octal366300332026134513113126
Binary111101101100000011011010010110101110010100101110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C0DA; }

 p { color: rgb(246,192,218); }

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

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

 a { background-color: rgb(246,192,218); }

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

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

 span { border-color: rgb(246,192,218); }

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