Html Css Color HEX #FFD6DB Pale Pink

📋 copy color: '#FFD6DB'

red 255 ◦ green 214 ◦ blue 219

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

Shades of Pale Pink #FFD6DB

Tints of Pale Pink #FFD6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.1%

 BLUE value IS 219 (85.94% from 255) = 31.83%

R = 37.06%
G = 31.1%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFD6DB (or 0xFFD6DB) is known color: Pale Pink. HEX triplet: FF, D6 and DB. RGB value is (255,214,219). Sum of RGB (Red+Green+Blue) = 255+214+219=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6DB is #002924. Grayscale: #E2E2E2. Windows color (decimal): -10533 or 14407423. OLE color: 14407423.

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

Color convert

RGB 255 214 219 -
CMYK 0 0.16 0.14 0
HSL 352.68º 1% 0.92% -
HSV(B) 352.68º 0.16% 1% -
XYZ 78.07 74.47 77.28 -
YUV 226.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 255 214 219 0 0.16 0.14 0 352.68 1 0.92
Hex FF D6 DB 0 10 E 0 161 64 5C
Octal 377 326 333 0 20 16 0 541 144 134
Binary 11111111 11010110 11011011 0 10000 1110 0 101100001 1100100 1011100

Color Harmonies of #FFD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6DB

Black with #FFD6DB

Text Example


Text Example

White with #FFD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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