Html Css Color HEX #FFDDDF Pale Pink

📋 copy color: '#FFDDDF'

red 255 ◦ green 221 ◦ blue 223

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

Shades of Pale Pink #FFDDDF

Tints of Pale Pink #FFDDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 31.9%

R = 36.48%
G = 31.62%
B = 31.9%

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

#FFDDDF (or 0xFFDDDF) is known color: Pale Pink. HEX triplet: FF, DD and DF. RGB value is (255,221,223). Sum of RGB (Red+Green+Blue) = 255+221+223=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDDF is #002220. Grayscale: #E7E7E7. Windows color (decimal): -8737 or 14671359. OLE color: 14671359.

HSL color Cylindrical-coordinate representation of color #FFDDDF: hue angle of 356.47º 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 #FFDDDF is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 221 223 -
CMYK 0 0.13 0.13 0
HSL 356.47º 1% 0.93% -
HSV(B) 356.47º 0.13% 1% -
XYZ 80.42 78.3 80.69 -
YUV 231.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 255 221 223 0 0.13 0.13 0 356.47 1 0.93
Hex FF DD DF 0 D D 0 164 64 5D
Octal 377 335 337 0 15 15 0 544 144 135
Binary 11111111 11011101 11011111 0 1101 1101 0 101100100 1100100 1011101

Color Harmonies of #FFDDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDDDF

Black with #FFDDDF

Text Example


Text Example

White with #FFDDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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