Html Css Color HEX #FFDBDD Pale Pink

📋 copy color: '#FFDBDD'

red 255 ◦ green 219 ◦ blue 221

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

Shades of Pale Pink #FFDBDD

Tints of Pale Pink #FFDBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.51%

 BLUE value IS 221 (86.72% from 255) = 31.8%

R = 36.69%
G = 31.51%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFDBDD (or 0xFFDBDD) is known color: Pale Pink. HEX triplet: FF, DB and DD. RGB value is (255,219,221). Sum of RGB (Red+Green+Blue) = 255+219+221=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBDD is #002422. Grayscale: #E6E6E6. Windows color (decimal): -9251 or 14539775. OLE color: 14539775.

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

Color convert

RGB 255 219 221 -
CMYK 0 0.14 0.13 0
HSL 356.67º 1% 0.93% -
HSV(B) 356.67º 0.14% 1% -
XYZ 79.62 77.14 79.1 -
YUV 229.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 255 219 221 0 0.14 0.13 0 356.67 1 0.93
Hex FF DB DD 0 E D 0 165 64 5D
Octal 377 333 335 0 16 15 0 545 144 135
Binary 11111111 11011011 11011101 0 1110 1101 0 101100101 1100100 1011101

Color Harmonies of #FFDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBDD

Black with #FFDBDD

Text Example


Text Example

White with #FFDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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