Html Css Color HEX #F9DADC Pale Pink

📋 copy color: '#F9DADC'

red 249 ◦ green 218 ◦ blue 220

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

Shades of Pale Pink #F9DADC

Tints of Pale Pink #F9DADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.73%

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

R = 36.24%
G = 31.73%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9DADC (or 0xF9DADC) is known color: Pale Pink. HEX triplet: F9, DA and DC. RGB value is (249,218,220). Sum of RGB (Red+Green+Blue) = 249+218+220=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DADC is #062523. Grayscale: #E3E3E3. Windows color (decimal): -402724 or 14473977. OLE color: 14473977.

HSL color Cylindrical-coordinate representation of color #F9DADC: hue angle of 356.13º degrees, saturation: 0.72, 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 #F9DADC is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 218 220 -
CMYK 0 0.12 0.12 0.02
HSL 356.13º 0.72% 0.92% -
HSV(B) 356.13º 0.12% 0.98% -
XYZ 77.06 75.45 78.21 -
YUV 227.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 249 218 220 0 0.12 0.12 0.02 356.13 0.72 0.92
Hex F9 DA DC 0 C C 2 164 48 5C
Octal 371 332 334 0 14 14 2 544 110 134
Binary 11111001 11011010 11011100 0 1100 1100 10 101100100 1001000 1011100

Color Harmonies of #F9DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DADC

Black with #F9DADC

Text Example


Text Example

White with #F9DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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