Html Css Color HEX #FFD4DB Pale Pink

📋 copy color: '#FFD4DB'

red 255 ◦ green 212 ◦ blue 219

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

Shades of Pale Pink #FFD4DB

Tints of Pale Pink #FFD4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.9%

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

R = 37.17%
G = 30.9%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFD4DB (or 0xFFD4DB) is known color: Pale Pink. HEX triplet: FF, D4 and DB. RGB value is (255,212,219). Sum of RGB (Red+Green+Blue) = 255+212+219=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4DB is #002B24. Grayscale: #E1E1E1. Windows color (decimal): -11045 or 14406911. OLE color: 14406911.

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

Color convert

RGB 255 212 219 -
CMYK 0 0.17 0.14 0
HSL 350.23º 1% 0.92% -
HSV(B) 350.23º 0.17% 1% -
XYZ 77.57 73.46 77.11 -
YUV 225.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 255 212 219 0 0.17 0.14 0 350.23 1 0.92
Hex FF D4 DB 0 11 E 0 15E 64 5C
Octal 377 324 333 0 21 16 0 536 144 134
Binary 11111111 11010100 11011011 0 10001 1110 0 101011110 1100100 1011100

Color Harmonies of #FFD4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD4DB

Black with #FFD4DB

Text Example


Text Example

White with #FFD4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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