Html Css Color HEX #FDD2E7 Pig Pink

📋 copy color: '#FDD2E7'

red 253 ◦ green 210 ◦ blue 231

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

Shades of Pig Pink #FDD2E7

Tints of Pig Pink #FDD2E7

RGB

 RED value IS 253 (99.22% from 255) = 36.46%

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

 BLUE value IS 231 (90.63% from 255) = 33.29%

R = 36.46%
G = 30.26%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDD2E7 (or 0xFDD2E7) is known color: Pig Pink. HEX triplet: FD, D2 and E7. RGB value is (253,210,231). Sum of RGB (Red+Green+Blue) = 253+210+231=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 210 (82.42% from 255 or 30.26% from 694); Blue value is 231 (90.62% from 255 or 33.29% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD2E7 is #022D18. Grayscale: #E1E1E1. Windows color (decimal): -142617 or 15192829. OLE color: 15192829.

HSL color Cylindrical-coordinate representation of color #FDD2E7: hue angle of 330.7º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD2E7 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 210 231 -
CMYK 0 0.17 0.09 0.01
HSL 330.7º 0.91% 0.91% -
HSV(B) 330.7º 0.17% 0.99% -
XYZ 77.98 72.75 85.53 -
YUV 225.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 253 210 231 0 0.17 0.09 0.01 330.7 0.91 0.91
Hex FD D2 E7 0 11 9 1 14B 5B 5B
Octal 375 322 347 0 21 11 1 513 133 133
Binary 11111101 11010010 11100111 0 10001 1001 1 101001011 1011011 1011011

Color Harmonies of #FDD2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD2E7

Black with #FDD2E7

Text Example


Text Example

White with #FDD2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD2E7; }

 p { color: rgb(253,210,231); }

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

background-color css

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

 a { background-color: rgb(253,210,231); }

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

border-color css

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

 span { border-color: rgb(253,210,231); }

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