Html Css Color HEX #FFD5EF Pig Pink

📋 copy color: '#FFD5EF'

red 255 ◦ green 213 ◦ blue 239

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

Shades of Pig Pink #FFD5EF

Tints of Pig Pink #FFD5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.8%

R = 36.07%
G = 30.13%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FFD5EF (or 0xFFD5EF) is known color: Pig Pink. HEX triplet: FF, D5 and EF. RGB value is (255,213,239). Sum of RGB (Red+Green+Blue) = 255+213+239=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 213 (83.59% from 255 or 30.13% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD5EF is #002A10. Grayscale: #E4E4E4. Windows color (decimal): -10769 or 15717887. OLE color: 15717887.

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

Color convert

RGB 255 213 239 -
CMYK 0 0.16 0.06 0
HSL 322.86º 1% 0.92% -
HSV(B) 322.86º 0.16% 1% -
XYZ 80.61 75.08 91.9 -
YUV 228.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 255 213 239 0 0.16 0.06 0 322.86 1 0.92
Hex FF D5 EF 0 10 6 0 143 64 5C
Octal 377 325 357 0 20 6 0 503 144 134
Binary 11111111 11010101 11101111 0 10000 110 0 101000011 1100100 1011100

Color Harmonies of #FFD5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5EF

Black with #FFD5EF

Text Example


Text Example

White with #FFD5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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