Html Css Color HEX #F9C6CD Pink

📋 copy color: '#F9C6CD'

red 249 ◦ green 198 ◦ blue 205

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

Shades of Pink #F9C6CD

Tints of Pink #F9C6CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.44%

R = 38.19%
G = 30.37%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9C6CD (or 0xF9C6CD) is known color: Pink. HEX triplet: F9, C6 and CD. RGB value is (249,198,205). Sum of RGB (Red+Green+Blue) = 249+198+205=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C6CD is #063932. Grayscale: #D6D6D6. Windows color (decimal): -407859 or 13485817. OLE color: 13485817.

HSL color Cylindrical-coordinate representation of color #F9C6CD: hue angle of 351.76º 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 #F9C6CD is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 198 205 -
CMYK 0 0.20 0.18 0.02
HSL 351.76º 0.81% 0.88% -
HSV(B) 351.76º 0.2% 0.98% -
XYZ 70.28 64.94 66.59 -
YUV 214.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 249 198 205 0 0.20 0.18 0.02 351.76 0.81 0.88
Hex F9 C6 CD 0 14 12 2 160 51 58
Octal 371 306 315 0 24 22 2 540 121 130
Binary 11111001 11000110 11001101 0 10100 10010 10 101100000 1010001 1011000

Color Harmonies of #F9C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C6CD

Black with #F9C6CD

Text Example


Text Example

White with #F9C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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