Html Css Color HEX #F9C0D1 Pink

📋 copy color: '#F9C0D1'

red 249 ◦ green 192 ◦ blue 209

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

Shades of Pink #F9C0D1

Tints of Pink #F9C0D1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.54%

 BLUE value IS 209 (82.03% from 255) = 32.15%

R = 38.31%
G = 29.54%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F9C0D1 (or 0xF9C0D1) is known color: Pink. HEX triplet: F9, C0 and D1. RGB value is (249,192,209). Sum of RGB (Red+Green+Blue) = 249+192+209=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0D1 is #063F2E. Grayscale: #D2D2D2. Windows color (decimal): -409391 or 13746425. OLE color: 13746425.

HSL color Cylindrical-coordinate representation of color #F9C0D1: hue angle of 342.11º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0D1 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 192 209 -
CMYK 0 0.23 0.16 0.02
HSL 342.11º 0.83% 0.86% -
HSV(B) 342.11º 0.23% 0.98% -
XYZ 69.43 62.44 68.72 -
YUV 210.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 249 192 209 0 0.23 0.16 0.02 342.11 0.83 0.86
Hex F9 C0 D1 0 17 10 2 156 53 56
Octal 371 300 321 0 27 20 2 526 123 126
Binary 11111001 11000000 11010001 0 10111 10000 10 101010110 1010011 1010110

Color Harmonies of #F9C0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C0D1

Black with #F9C0D1

Text Example


Text Example

White with #F9C0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C0D1; }

 p { color: rgb(249,192,209); }

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

background-color css

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

 a { background-color: rgb(249,192,209); }

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

border-color css

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

 span { border-color: rgb(249,192,209); }

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