Html Css Color HEX #FFD5EE Pig Pink

📋 copy color: '#FFD5EE'

red 255 ◦ green 213 ◦ blue 238

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

Shades of Pig Pink #FFD5EE

Tints of Pig Pink #FFD5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.71%

R = 36.12%
G = 30.17%
B = 33.71%

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

#FFD5EE (or 0xFFD5EE) is known color: Pig Pink. HEX triplet: FF, D5 and EE. RGB value is (255,213,238). Sum of RGB (Red+Green+Blue) = 255+213+238=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 213 (83.59% from 255 or 30.17% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD5EE is #002A11. Grayscale: #E4E4E4. Windows color (decimal): -10770 or 15652351. OLE color: 15652351.

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

Color convert

RGB 255 213 238 -
CMYK 0 0.16 0.07 0
HSL 324.29º 1% 0.92% -
HSV(B) 324.29º 0.16% 1% -
XYZ 80.47 75.02 91.13 -
YUV 228.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 255 213 238 0 0.16 0.07 0 324.29 1 0.92
Hex FF D5 EE 0 10 7 0 144 64 5C
Octal 377 325 356 0 20 7 0 504 144 134
Binary 11111111 11010101 11101110 0 10000 111 0 101000100 1100100 1011100

Color Harmonies of #FFD5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5EE

Black with #FFD5EE

Text Example


Text Example

White with #FFD5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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