Html Css Color HEX #F8DDE0 Pale Pink

📋 copy color: '#F8DDE0'

red 248 ◦ green 221 ◦ blue 224

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

Shades of Pale Pink #F8DDE0

Tints of Pale Pink #F8DDE0

RGB

 RED value IS 248 (97.27% from 255) = 35.79%

 GREEN value IS 221 (86.72% from 255) = 31.89%

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

R = 35.79%
G = 31.89%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8DDE0 (or 0xF8DDE0) is known color: Pale Pink. HEX triplet: F8, DD and E0. RGB value is (248,221,224). Sum of RGB (Red+Green+Blue) = 248+221+224=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDE0 is #07221F. Grayscale: #E5E5E5. Windows color (decimal): -467488 or 14736888. OLE color: 14736888.

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

Color convert

RGB 248 221 224 -
CMYK 0 0.11 0.10 0.03
HSL 353.33º 0.66% 0.92% -
HSV(B) 353.33º 0.11% 0.97% -
XYZ 78.02 77.05 81.28 -
YUV 229.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 248 221 224 0 0.11 0.10 0.03 353.33 0.66 0.92
Hex F8 DD E0 0 B A 3 161 42 5C
Octal 370 335 340 0 13 12 3 541 102 134
Binary 11111000 11011101 11100000 0 1011 1010 11 101100001 1000010 1011100

Color Harmonies of #F8DDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DDE0

Black with #F8DDE0

Text Example


Text Example

White with #F8DDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DDE0; }

 p { color: rgb(248,221,224); }

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

background-color css

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

 a { background-color: rgb(248,221,224); }

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

border-color css

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

 span { border-color: rgb(248,221,224); }

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