Html Css Color HEX #FFD6EA Pig Pink

📋 copy color: '#FFD6EA'

red 255 ◦ green 214 ◦ blue 234

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

Shades of Pig Pink #FFD6EA

Tints of Pig Pink #FFD6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.29%

R = 36.27%
G = 30.44%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFD6EA (or 0xFFD6EA) is known color: Pig Pink. HEX triplet: FF, D6 and EA. RGB value is (255,214,234). Sum of RGB (Red+Green+Blue) = 255+214+234=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6EA is #002915. Grayscale: #E4E4E4. Windows color (decimal): -10518 or 15390463. OLE color: 15390463.

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

Color convert

RGB 255 214 234 -
CMYK 0 0.16 0.08 0
HSL 330.73º 1% 0.92% -
HSV(B) 330.73º 0.16% 1% -
XYZ 80.14 75.29 88.15 -
YUV 228.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 255 214 234 0 0.16 0.08 0 330.73 1 0.92
Hex FF D6 EA 0 10 8 0 14B 64 5C
Octal 377 326 352 0 20 10 0 513 144 134
Binary 11111111 11010110 11101010 0 10000 1000 0 101001011 1100100 1011100

Color Harmonies of #FFD6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6EA

Black with #FFD6EA

Text Example


Text Example

White with #FFD6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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