Html Css Color HEX #FFD5E5 Pig Pink

📋 copy color: '#FFD5E5'

red 255 ◦ green 213 ◦ blue 229

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

Shades of Pig Pink #FFD5E5

Tints of Pig Pink #FFD5E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.86%

R = 36.59%
G = 30.56%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFD5E5 (or 0xFFD5E5) is known color: Pig Pink. HEX triplet: FF, D5 and E5. RGB value is (255,213,229). Sum of RGB (Red+Green+Blue) = 255+213+229=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 213 (83.59% from 255 or 30.56% from 697); Blue value is 229 (89.84% from 255 or 32.86% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5E5 is #002A1A. Grayscale: #E3E3E3. Windows color (decimal): -10779 or 15062527. OLE color: 15062527.

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

Color convert

RGB 255 213 229 -
CMYK 0 0.16 0.10 0
HSL 337.14º 1% 0.92% -
HSV(B) 337.14º 0.16% 1% -
XYZ 79.18 74.51 84.34 -
YUV 227.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 255 213 229 0 0.16 0.10 0 337.14 1 0.92
Hex FF D5 E5 0 10 A 0 151 64 5C
Octal 377 325 345 0 20 12 0 521 144 134
Binary 11111111 11010101 11100101 0 10000 1010 0 101010001 1100100 1011100

Color Harmonies of #FFD5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5E5

Black with #FFD5E5

Text Example


Text Example

White with #FFD5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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