Html Css Color HEX #F9C6DC Classic Rose

📋 copy color: '#F9C6DC'

red 249 ◦ green 198 ◦ blue 220

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

Shades of Classic Rose #F9C6DC

Tints of Classic Rose #F9C6DC

RGB

 RED value IS 249 (97.66% from 255) = 37.33%

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

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

R = 37.33%
G = 29.69%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9C6DC (or 0xF9C6DC) is known color: Classic Rose. HEX triplet: F9, C6 and DC. RGB value is (249,198,220). Sum of RGB (Red+Green+Blue) = 249+198+220=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 198 (77.73% from 255 or 29.69% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C6DC is #063923. Grayscale: #D7D7D7. Windows color (decimal): -407844 or 14468857. OLE color: 14468857.

HSL color Cylindrical-coordinate representation of color #F9C6DC: hue angle of 334.12º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C6DC is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 198 220 -
CMYK 0 0.20 0.12 0.02
HSL 334.12º 0.81% 0.88% -
HSV(B) 334.12º 0.2% 0.98% -
XYZ 72.18 65.7 76.59 -
YUV 215.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 249 198 220 0 0.20 0.12 0.02 334.12 0.81 0.88
Hex F9 C6 DC 0 14 C 2 14E 51 58
Octal 371 306 334 0 24 14 2 516 121 130
Binary 11111001 11000110 11011100 0 10100 1100 10 101001110 1010001 1011000

Color Harmonies of #F9C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C6DC

Black with #F9C6DC

Text Example


Text Example

White with #F9C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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