Html Css Color HEX #F9DBDC Pale Pink

📋 copy color: '#F9DBDC'

red 249 ◦ green 219 ◦ blue 220

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

Shades of Pale Pink #F9DBDC

Tints of Pale Pink #F9DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.83%

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

R = 36.19%
G = 31.83%
B = 31.98%

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

#F9DBDC (or 0xF9DBDC) is known color: Pale Pink. HEX triplet: F9, DB and DC. RGB value is (249,219,220). Sum of RGB (Red+Green+Blue) = 249+219+220=688 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.19% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBDC is #062423. Grayscale: #E4E4E4. Windows color (decimal): -402468 or 14474233. OLE color: 14474233.

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

Color convert

RGB 249 219 220 -
CMYK 0 0.12 0.12 0.02
HSL 358º 0.71% 0.92% -
HSV(B) 358º 0.12% 0.98% -
XYZ 77.32 75.97 78.3 -
YUV 228.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 249 219 220 0 0.12 0.12 0.02 358 0.71 0.92
Hex F9 DB DC 0 C C 2 166 47 5C
Octal 371 333 334 0 14 14 2 546 107 134
Binary 11111001 11011011 11011100 0 1100 1100 10 101100110 1000111 1011100

Color Harmonies of #F9DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DBDC

Black with #F9DBDC

Text Example


Text Example

White with #F9DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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