Html Css Color HEX #FFDDDE Pale Pink

📋 copy color: '#FFDDDE'

red 255 ◦ green 221 ◦ blue 222

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

Shades of Pale Pink #FFDDDE

Tints of Pale Pink #FFDDDE

RGB

 RED value IS 255 (100% from 255) = 36.53%

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

 BLUE value IS 222 (87.11% from 255) = 31.81%

R = 36.53%
G = 31.66%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFDDDE (or 0xFFDDDE) is known color: Pale Pink. HEX triplet: FF, DD and DE. RGB value is (255,221,222). Sum of RGB (Red+Green+Blue) = 255+221+222=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDDE is #002221. Grayscale: #E7E7E7. Windows color (decimal): -8738 or 14605823. OLE color: 14605823.

HSL color Cylindrical-coordinate representation of color #FFDDDE: hue angle of 358.24º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDDE is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 221 222 -
CMYK 0 0.13 0.13 0
HSL 358.24º 1% 0.93% -
HSV(B) 358.24º 0.13% 1% -
XYZ 80.28 78.25 79.98 -
YUV 231.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 255 221 222 0 0.13 0.13 0 358.24 1 0.93
Hex FF DD DE 0 D D 0 166 64 5D
Octal 377 335 336 0 15 15 0 546 144 135
Binary 11111111 11011101 11011110 0 1101 1101 0 101100110 1100100 1011101

Color Harmonies of #FFDDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDDDE

Black with #FFDDDE

Text Example


Text Example

White with #FFDDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDDDE; }

 p { color: rgb(255,221,222); }

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

background-color css

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

 a { background-color: rgb(255,221,222); }

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

border-color css

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

 span { border-color: rgb(255,221,222); }

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