Html Css Color HEX #FFD7E1 Pig Pink

📋 copy color: '#FFD7E1'

red 255 ◦ green 215 ◦ blue 225

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

Shades of Pig Pink #FFD7E1

Tints of Pig Pink #FFD7E1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.94%

 BLUE value IS 225 (88.28% from 255) = 32.37%

R = 36.69%
G = 30.94%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFD7E1 (or 0xFFD7E1) is known color: Pig Pink. HEX triplet: FF, D7 and E1. RGB value is (255,215,225). Sum of RGB (Red+Green+Blue) = 255+215+225=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 215 (84.38% from 255 or 30.94% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7E1 is #00281E. Grayscale: #E4E4E4. Windows color (decimal): -10271 or 14800895. OLE color: 14800895.

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

Color convert

RGB 255 215 225 -
CMYK 0 0.16 0.12 0
HSL 345º 1% 0.92% -
HSV(B) 345º 0.16% 1% -
XYZ 79.13 75.3 81.6 -
YUV 228.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 255 215 225 0 0.16 0.12 0 345 1 0.92
Hex FF D7 E1 0 10 C 0 159 64 5C
Octal 377 327 341 0 20 14 0 531 144 134
Binary 11111111 11010111 11100001 0 10000 1100 0 101011001 1100100 1011100

Color Harmonies of #FFD7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD7E1

Black with #FFD7E1

Text Example


Text Example

White with #FFD7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD7E1; }

 p { color: rgb(255,215,225); }

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

background-color css

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

 a { background-color: rgb(255,215,225); }

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

border-color css

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

 span { border-color: rgb(255,215,225); }

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