#F6C0DB

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

Shades of Classic Rose #F6C0DB

Tints of Classic Rose #F6C0DB

Color information

#F6C0DB (or 0xF6C0DB) is unknown color: approx Classic Rose. HEX triplet: F6, C0 and DB. RGB value is (246,192,219). Sum of RGB (Red+Green+Blue) = 246+192+219=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 192 (75.39% from 255 or 29.22% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C0DB is #093F24. Grayscale: #D3D3D3. Windows color (decimal): -605989 or 14401782. OLE color: 14401782.

HSL color Cylindrical-coordinate representation of color #F6C0DB: hue angle of 330º 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 #F6C0DB is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246192219-
CMYK00.220.110.04
HSL330º75%85.88%-
HSV(B)330º21.95%96.47%-
XYZ69.6462.4175.39-
YUV211.22132.39152.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.44%
GREEN value IS 192 (75.39% from 255) = 29.22%
BLUE value IS 219 (85.94% from 255) = 33.33%
R=37.44%
G=29.22%
B=33.33%

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
Decimal24619221900.220.110.043307585.88
HexF6C0DB016B414a4b56
Octal366300333026134512113126
Binary111101101100000011011011010110101110010100101010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C0DB; }

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

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

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

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

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

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

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

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