Html Css Color HEX #F9DEE0 Pale Pink

📋 copy color: '#F9DEE0'

red 249 ◦ green 222 ◦ blue 224

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

Shades of Pale Pink #F9DEE0

Tints of Pale Pink #F9DEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.94%

 BLUE value IS 224 (87.89% from 255) = 32.23%

R = 35.83%
G = 31.94%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9DEE0 (or 0xF9DEE0) is known color: Pale Pink. HEX triplet: F9, DE and E0. RGB value is (249,222,224). Sum of RGB (Red+Green+Blue) = 249+222+224=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DEE0 is #06211F. Grayscale: #E6E6E6. Windows color (decimal): -401696 or 14737145. OLE color: 14737145.

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

Color convert

RGB 249 222 224 -
CMYK 0 0.11 0.10 0.02
HSL 355.56º 0.69% 0.92% -
HSV(B) 355.56º 0.11% 0.98% -
XYZ 78.64 77.76 81.39 -
YUV 230.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 249 222 224 0 0.11 0.10 0.02 355.56 0.69 0.92
Hex F9 DE E0 0 B A 2 164 45 5C
Octal 371 336 340 0 13 12 2 544 105 134
Binary 11111001 11011110 11100000 0 1011 1010 10 101100100 1000101 1011100

Color Harmonies of #F9DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DEE0

Black with #F9DEE0

Text Example


Text Example

White with #F9DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DEE0; }

 p { color: rgb(249,222,224); }

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

background-color css

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

 a { background-color: rgb(249,222,224); }

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

border-color css

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

 span { border-color: rgb(249,222,224); }

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