Html Css Color HEX #FDDEE1 Pale Pink

📋 copy color: '#FDDEE1'

red 253 ◦ green 222 ◦ blue 225

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

Shades of Pale Pink #FDDEE1

Tints of Pale Pink #FDDEE1

RGB

 RED value IS 253 (99.22% from 255) = 36.14%

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

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

R = 36.14%
G = 31.71%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDDEE1 (or 0xFDDEE1) is known color: Pale Pink. HEX triplet: FD, DE and E1. RGB value is (253,222,225). Sum of RGB (Red+Green+Blue) = 253+222+225=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEE1 is #02211E. Grayscale: #E7E7E7. Windows color (decimal): -139551 or 14802685. OLE color: 14802685.

HSL color Cylindrical-coordinate representation of color #FDDEE1: hue angle of 354.19º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEE1 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 222 225 -
CMYK 0 0.12 0.11 0.01
HSL 354.19º 0.89% 0.93% -
HSV(B) 354.19º 0.12% 0.99% -
XYZ 80.22 78.56 82.17 -
YUV 231.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 253 222 225 0 0.12 0.11 0.01 354.19 0.89 0.93
Hex FD DE E1 0 C B 1 162 59 5D
Octal 375 336 341 0 14 13 1 542 131 135
Binary 11111101 11011110 11100001 0 1100 1011 1 101100010 1011001 1011101

Color Harmonies of #FDDEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEE1

Black with #FDDEE1

Text Example


Text Example

White with #FDDEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEE1; }

 p { color: rgb(253,222,225); }

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

background-color css

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

 a { background-color: rgb(253,222,225); }

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

border-color css

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

 span { border-color: rgb(253,222,225); }

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