Html Css Color HEX #FFD5EA Pig Pink

📋 copy color: '#FFD5EA'

red 255 ◦ green 213 ◦ blue 234

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

Shades of Pig Pink #FFD5EA

Tints of Pig Pink #FFD5EA

RGB

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

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

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

R = 36.32%
G = 30.34%
B = 33.33%

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

#FFD5EA (or 0xFFD5EA) is known color: Pig Pink. HEX triplet: FF, D5 and EA. RGB value is (255,213,234). Sum of RGB (Red+Green+Blue) = 255+213+234=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 213 (83.59% from 255 or 30.34% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD5EA is #002A15. Grayscale: #E3E3E3. Windows color (decimal): -10774 or 15390207. OLE color: 15390207.

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

Color convert

RGB 255 213 234 -
CMYK 0 0.16 0.08 0
HSL 330º 1% 0.92% -
HSV(B) 330º 0.16% 1% -
XYZ 79.89 74.79 88.07 -
YUV 227.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 255 213 234 0 0.16 0.08 0 330 1 0.92
Hex FF D5 EA 0 10 8 0 14A 64 5C
Octal 377 325 352 0 20 10 0 512 144 134
Binary 11111111 11010101 11101010 0 10000 1000 0 101001010 1100100 1011100

Color Harmonies of #FFD5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5EA

Black with #FFD5EA

Text Example


Text Example

White with #FFD5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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