Html Css Color HEX #FFD6E0 Pig Pink

📋 copy color: '#FFD6E0'

red 255 ◦ green 214 ◦ blue 224

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

Shades of Pig Pink #FFD6E0

Tints of Pig Pink #FFD6E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.32%

R = 36.8%
G = 30.88%
B = 32.32%

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

#FFD6E0 (or 0xFFD6E0) is known color: Pig Pink. HEX triplet: FF, D6 and E0. RGB value is (255,214,224). Sum of RGB (Red+Green+Blue) = 255+214+224=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 214 (83.98% from 255 or 30.88% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6E0 is #00291F. Grayscale: #E3E3E3. Windows color (decimal): -10528 or 14735103. OLE color: 14735103.

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

Color convert

RGB 255 214 224 -
CMYK 0 0.16 0.12 0
HSL 345.37º 1% 0.92% -
HSV(B) 345.37º 0.16% 1% -
XYZ 78.74 74.73 80.8 -
YUV 227.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 255 214 224 0 0.16 0.12 0 345.37 1 0.92
Hex FF D6 E0 0 10 C 0 159 64 5C
Octal 377 326 340 0 20 14 0 531 144 134
Binary 11111111 11010110 11100000 0 10000 1100 0 101011001 1100100 1011100

Color Harmonies of #FFD6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6E0

Black with #FFD6E0

Text Example


Text Example

White with #FFD6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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