Html Css Color HEX #FFD5EC Pig Pink

📋 copy color: '#FFD5EC'

red 255 ◦ green 213 ◦ blue 236

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

Shades of Pig Pink #FFD5EC

Tints of Pig Pink #FFD5EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.52%

R = 36.22%
G = 30.26%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFD5EC (or 0xFFD5EC) is known color: Pig Pink. HEX triplet: FF, D5 and EC. RGB value is (255,213,236). Sum of RGB (Red+Green+Blue) = 255+213+236=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 213 (83.59% from 255 or 30.26% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD5EC is #002A13. Grayscale: #E4E4E4. Windows color (decimal): -10772 or 15521279. OLE color: 15521279.

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

Color convert

RGB 255 213 236 -
CMYK 0 0.16 0.07 0
HSL 327.14º 1% 0.92% -
HSV(B) 327.14º 0.16% 1% -
XYZ 80.17 74.9 89.59 -
YUV 228.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 255 213 236 0 0.16 0.07 0 327.14 1 0.92
Hex FF D5 EC 0 10 7 0 147 64 5C
Octal 377 325 354 0 20 7 0 507 144 134
Binary 11111111 11010101 11101100 0 10000 111 0 101000111 1100100 1011100

Color Harmonies of #FFD5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5EC

Black with #FFD5EC

Text Example


Text Example

White with #FFD5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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