Html Css Color HEX #F9DCED Pig Pink

📋 copy color: '#F9DCED'

red 249 ◦ green 220 ◦ blue 237

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

Shades of Pig Pink #F9DCED

Tints of Pig Pink #F9DCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.16%

 BLUE value IS 237 (92.97% from 255) = 33.57%

R = 35.27%
G = 31.16%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F9DCED (or 0xF9DCED) is known color: Pig Pink. HEX triplet: F9, DC and ED. RGB value is (249,220,237). Sum of RGB (Red+Green+Blue) = 249+220+237=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCED is #062312. Grayscale: #E6E6E6. Windows color (decimal): -402195 or 15588601. OLE color: 15588601.

HSL color Cylindrical-coordinate representation of color #F9DCED: hue angle of 324.83º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DCED is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 220 237 -
CMYK 0 0.12 0.05 0.02
HSL 324.83º 0.71% 0.92% -
HSV(B) 324.83º 0.12% 0.98% -
XYZ 79.95 77.44 90.85 -
YUV 230.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 249 220 237 0 0.12 0.05 0.02 324.83 0.71 0.92
Hex F9 DC ED 0 C 5 2 145 47 5C
Octal 371 334 355 0 14 5 2 505 107 134
Binary 11111001 11011100 11101101 0 1100 101 10 101000101 1000111 1011100

Color Harmonies of #F9DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DCED

Black with #F9DCED

Text Example


Text Example

White with #F9DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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