Html Css Color HEX #FFDBDE Pale Pink

📋 copy color: '#FFDBDE'

red 255 ◦ green 219 ◦ blue 222

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

Shades of Pale Pink #FFDBDE

Tints of Pale Pink #FFDBDE

RGB

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

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

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

R = 36.64%
G = 31.47%
B = 31.9%

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

#FFDBDE (or 0xFFDBDE) is known color: Pale Pink. HEX triplet: FF, DB and DE. RGB value is (255,219,222). Sum of RGB (Red+Green+Blue) = 255+219+222=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBDE is #002421. Grayscale: #E6E6E6. Windows color (decimal): -9250 or 14605311. OLE color: 14605311.

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

Color convert

RGB 255 219 222 -
CMYK 0 0.14 0.13 0
HSL 355º 1% 0.93% -
HSV(B) 355º 0.14% 1% -
XYZ 79.76 77.2 79.8 -
YUV 230.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 255 219 222 0 0.14 0.13 0 355 1 0.93
Hex FF DB DE 0 E D 0 163 64 5D
Octal 377 333 336 0 16 15 0 543 144 135
Binary 11111111 11011011 11011110 0 1110 1101 0 101100011 1100100 1011101

Color Harmonies of #FFDBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBDE

Black with #FFDBDE

Text Example


Text Example

White with #FFDBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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