Html Css Color HEX #F9DFE1 Pale Pink

📋 copy color: '#F9DFE1'

red 249 ◦ green 223 ◦ blue 225

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

Shades of Pale Pink #F9DFE1

Tints of Pale Pink #F9DFE1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.99%

 BLUE value IS 225 (88.28% from 255) = 32.28%

R = 35.72%
G = 31.99%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9DFE1 (or 0xF9DFE1) is known color: Pale Pink. HEX triplet: F9, DF and E1. RGB value is (249,223,225). Sum of RGB (Red+Green+Blue) = 249+223+225=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFE1 is #06201E. Grayscale: #E7E7E7. Windows color (decimal): -401439 or 14802937. OLE color: 14802937.

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

Color convert

RGB 249 223 225 -
CMYK 0 0.10 0.10 0.02
HSL 355.38º 0.68% 0.93% -
HSV(B) 355.38º 0.1% 0.98% -
XYZ 79.05 78.35 82.19 -
YUV 231 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 249 223 225 0 0.10 0.10 0.02 355.38 0.68 0.93
Hex F9 DF E1 0 A A 2 163 44 5D
Octal 371 337 341 0 12 12 2 543 104 135
Binary 11111001 11011111 11100001 0 1010 1010 10 101100011 1000100 1011101

Color Harmonies of #F9DFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DFE1

Black with #F9DFE1

Text Example


Text Example

White with #F9DFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DFE1; }

 p { color: rgb(249,223,225); }

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

background-color css

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

 a { background-color: rgb(249,223,225); }

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

border-color css

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

 span { border-color: rgb(249,223,225); }

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