Html Css Color HEX #F7C6DC Classic Rose

📋 copy color: '#F7C6DC'

red 247 ◦ green 198 ◦ blue 220

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

Shades of Classic Rose #F7C6DC

Tints of Classic Rose #F7C6DC

RGB

 RED value IS 247 (96.88% from 255) = 37.14%

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

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

R = 37.14%
G = 29.77%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7C6DC (or 0xF7C6DC) is known color: Classic Rose. HEX triplet: F7, C6 and DC. RGB value is (247,198,220). Sum of RGB (Red+Green+Blue) = 247+198+220=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 198 (77.73% from 255 or 29.77% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C6DC is #083923. Grayscale: #D7D7D7. Windows color (decimal): -538916 or 14468855. OLE color: 14468855.

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

Color convert

RGB 247 198 220 -
CMYK 0 0.20 0.11 0.03
HSL 333.06º 0.75% 0.87% -
HSV(B) 333.06º 0.2% 0.97% -
XYZ 71.47 65.33 76.55 -
YUV 215.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 247 198 220 0 0.20 0.11 0.03 333.06 0.75 0.87
Hex F7 C6 DC 0 14 B 3 14D 4B 57
Octal 367 306 334 0 24 13 3 515 113 127
Binary 11110111 11000110 11011100 0 10100 1011 11 101001101 1001011 1010111

Color Harmonies of #F7C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C6DC

Black with #F7C6DC

Text Example


Text Example

White with #F7C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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