Html Css Color HEX #F6C7D8 Classic Rose

📋 copy color: '#F6C7D8'

red 246 ◦ green 199 ◦ blue 216

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

Shades of Classic Rose #F6C7D8

Tints of Classic Rose #F6C7D8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.11%

 BLUE value IS 216 (84.77% from 255) = 32.68%

R = 37.22%
G = 30.11%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F6C7D8 (or 0xF6C7D8) is known color: Classic Rose. HEX triplet: F6, C7 and D8. RGB value is (246,199,216). Sum of RGB (Red+Green+Blue) = 246+199+216=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C7D8 is #093827. Grayscale: #D6D6D6. Windows color (decimal): -604200 or 14206966. OLE color: 14206966.

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

Color convert

RGB 246 199 216 -
CMYK 0 0.19 0.12 0.04
HSL 338.3º 0.72% 0.87% -
HSV(B) 338.3º 0.19% 0.96% -
XYZ 70.82 65.4 73.86 -
YUV 214.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 246 199 216 0 0.19 0.12 0.04 338.3 0.72 0.87
Hex F6 C7 D8 0 13 C 4 152 48 57
Octal 366 307 330 0 23 14 4 522 110 127
Binary 11110110 11000111 11011000 0 10011 1100 100 101010010 1001000 1010111

Color Harmonies of #F6C7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C7D8

Black with #F6C7D8

Text Example


Text Example

White with #F6C7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C7D8; }

 p { color: rgb(246,199,216); }

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

background-color css

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

 a { background-color: rgb(246,199,216); }

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

border-color css

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

 span { border-color: rgb(246,199,216); }

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