Html Css Color HEX #FFD2E5 Pig Pink

📋 copy color: '#FFD2E5'

red 255 ◦ green 210 ◦ blue 229

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

Shades of Pig Pink #FFD2E5

Tints of Pig Pink #FFD2E5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.26%

 BLUE value IS 229 (89.84% from 255) = 33%

R = 36.74%
G = 30.26%
B = 33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFD2E5 (or 0xFFD2E5) is known color: Pig Pink. HEX triplet: FF, D2 and E5. RGB value is (255,210,229). Sum of RGB (Red+Green+Blue) = 255+210+229=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 210 (82.42% from 255 or 30.26% from 694); Blue value is 229 (89.84% from 255 or 33.00% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2E5 is #002D1A. Grayscale: #E1E1E1. Windows color (decimal): -11547 or 15061759. OLE color: 15061759.

HSL color Cylindrical-coordinate representation of color #FFD2E5: hue angle of 334.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD2E5 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 210 229 -
CMYK 0 0.18 0.10 0
HSL 334.67º 1% 0.91% -
HSV(B) 334.67º 0.18% 1% -
XYZ 78.43 73.01 84.09 -
YUV 225.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 255 210 229 0 0.18 0.10 0 334.67 1 0.91
Hex FF D2 E5 0 12 A 0 14F 64 5B
Octal 377 322 345 0 22 12 0 517 144 133
Binary 11111111 11010010 11100101 0 10010 1010 0 101001111 1100100 1011011

Color Harmonies of #FFD2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD2E5

Black with #FFD2E5

Text Example


Text Example

White with #FFD2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD2E5; }

 p { color: rgb(255,210,229); }

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

background-color css

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

 a { background-color: rgb(255,210,229); }

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

border-color css

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

 span { border-color: rgb(255,210,229); }

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