Html Css Color HEX #FFD5DF Pig Pink

📋 copy color: '#FFD5DF'

red 255 ◦ green 213 ◦ blue 223

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

Shades of Pig Pink #FFD5DF

Tints of Pig Pink #FFD5DF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.82%

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

R = 36.9%
G = 30.82%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFD5DF (or 0xFFD5DF) is known color: Pig Pink. HEX triplet: FF, D5 and DF. RGB value is (255,213,223). Sum of RGB (Red+Green+Blue) = 255+213+223=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5DF is #002A20. Grayscale: #E2E2E2. Windows color (decimal): -10785 or 14669311. OLE color: 14669311.

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

Color convert

RGB 255 213 223 -
CMYK 0 0.16 0.13 0
HSL 345.71º 1% 0.92% -
HSV(B) 345.71º 0.16% 1% -
XYZ 78.35 74.18 80 -
YUV 226.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 255 213 223 0 0.16 0.13 0 345.71 1 0.92
Hex FF D5 DF 0 10 D 0 15A 64 5C
Octal 377 325 337 0 20 15 0 532 144 134
Binary 11111111 11010101 11011111 0 10000 1101 0 101011010 1100100 1011100

Color Harmonies of #FFD5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5DF

Black with #FFD5DF

Text Example


Text Example

White with #FFD5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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