Html Css Color HEX #FDDEEC Pig Pink

📋 copy color: '#FDDEEC'

red 253 ◦ green 222 ◦ blue 236

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

Shades of Pig Pink #FDDEEC

Tints of Pig Pink #FDDEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.22%

 BLUE value IS 236 (92.58% from 255) = 33.19%

R = 35.58%
G = 31.22%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDDEEC (or 0xFDDEEC) is known color: Pig Pink. HEX triplet: FD, DE and EC. RGB value is (253,222,236). Sum of RGB (Red+Green+Blue) = 253+222+236=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEEC is #022113. Grayscale: #E8E8E8. Windows color (decimal): -139540 or 15523581. OLE color: 15523581.

HSL color Cylindrical-coordinate representation of color #FDDEEC: hue angle of 332.9º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEEC is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 222 236 -
CMYK 0 0.12 0.07 0.01
HSL 332.9º 0.89% 0.93% -
HSV(B) 332.9º 0.12% 0.99% -
XYZ 81.77 79.18 90.33 -
YUV 232.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 253 222 236 0 0.12 0.07 0.01 332.9 0.89 0.93
Hex FD DE EC 0 C 7 1 14D 59 5D
Octal 375 336 354 0 14 7 1 515 131 135
Binary 11111101 11011110 11101100 0 1100 111 1 101001101 1011001 1011101

Color Harmonies of #FDDEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEEC

Black with #FDDEEC

Text Example


Text Example

White with #FDDEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEEC; }

 p { color: rgb(253,222,236); }

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

background-color css

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

 a { background-color: rgb(253,222,236); }

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

border-color css

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

 span { border-color: rgb(253,222,236); }

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