Html Css Color HEX #F6C8DC Classic Rose

📋 copy color: '#F6C8DC'

red 246 ◦ green 200 ◦ blue 220

#F6C8DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #F6C8DC

Tints of Classic Rose #F6C8DC

RGB

 RED value IS 246 (96.48% from 255) = 36.94%

 GREEN value IS 200 (78.52% from 255) = 30.03%

 BLUE value IS 220 (86.33% from 255) = 33.03%

R = 36.94%
G = 30.03%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6C8DC (or 0xF6C8DC) is known color: Classic Rose. HEX triplet: F6, C8 and DC. RGB value is (246,200,220). Sum of RGB (Red+Green+Blue) = 246+200+220=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 200 (78.52% from 255 or 30.03% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C8DC is #093723. Grayscale: #D8D8D8. Windows color (decimal): -603940 or 14469366. OLE color: 14469366.

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

Color convert

RGB 246 200 220 -
CMYK 0 0.19 0.11 0.04
HSL 333.91º 0.72% 0.87% -
HSV(B) 333.91º 0.19% 0.96% -
XYZ 71.58 66.07 76.69 -
YUV 216.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 246 200 220 0 0.19 0.11 0.04 333.91 0.72 0.87
Hex F6 C8 DC 0 13 B 4 14E 48 57
Octal 366 310 334 0 23 13 4 516 110 127
Binary 11110110 11001000 11011100 0 10011 1011 100 101001110 1001000 1010111

Color Harmonies of #F6C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C8DC

Black with #F6C8DC

Text Example


Text Example

White with #F6C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C8DC; }

 p { color: rgb(246,200,220); }

 H1.HeaderClassName
 {
   color: #F6C8DC;
 }
 .AnyTagClassName
 {
   color: #F6C8DC;
 }
</style>

background-color css

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

 a { background-color: rgb(246,200,220); }

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

border-color css

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

 span { border-color: rgb(246,200,220); }

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