Html Css Color HEX #F6C6DC Classic Rose

📋 copy color: '#F6C6DC'

red 246 ◦ green 198 ◦ blue 220

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

Shades of Classic Rose #F6C6DC

Tints of Classic Rose #F6C6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.82%

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

R = 37.05%
G = 29.82%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6C6DC (or 0xF6C6DC) is known color: Classic Rose. HEX triplet: F6, C6 and DC. RGB value is (246,198,220). Sum of RGB (Red+Green+Blue) = 246+198+220=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 198 (77.73% from 255 or 29.82% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C6DC is #093923. Grayscale: #D6D6D6. Windows color (decimal): -604452 or 14468854. OLE color: 14468854.

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

Color convert

RGB 246 198 220 -
CMYK 0 0.20 0.11 0.04
HSL 332.5º 0.73% 0.87% -
HSV(B) 332.5º 0.2% 0.96% -
XYZ 71.12 65.15 76.54 -
YUV 214.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 246 198 220 0 0.20 0.11 0.04 332.5 0.73 0.87
Hex F6 C6 DC 0 14 B 4 14C 49 57
Octal 366 306 334 0 24 13 4 514 111 127
Binary 11110110 11000110 11011100 0 10100 1011 100 101001100 1001001 1010111

Color Harmonies of #F6C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C6DC

Black with #F6C6DC

Text Example


Text Example

White with #F6C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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