Html Css Color HEX #FDD1EC Pig Pink

📋 copy color: '#FDD1EC'

red 253 ◦ green 209 ◦ blue 236

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

Shades of Pig Pink #FDD1EC

Tints of Pig Pink #FDD1EC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 29.94%

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

R = 36.25%
G = 29.94%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDD1EC (or 0xFDD1EC) is known color: Pig Pink. HEX triplet: FD, D1 and EC. RGB value is (253,209,236). Sum of RGB (Red+Green+Blue) = 253+209+236=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 209 (82.03% from 255 or 29.94% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD1EC is #022E13. Grayscale: #E1E1E1. Windows color (decimal): -142868 or 15520253. OLE color: 15520253.

HSL color Cylindrical-coordinate representation of color #FDD1EC: hue angle of 323.18º degrees, saturation: 0.92, 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 #FDD1EC is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 209 236 -
CMYK 0 0.17 0.07 0.01
HSL 323.18º 0.92% 0.91% -
HSV(B) 323.18º 0.17% 0.99% -
XYZ 78.45 72.54 89.22 -
YUV 225.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 253 209 236 0 0.17 0.07 0.01 323.18 0.92 0.91
Hex FD D1 EC 0 11 7 1 143 5C 5B
Octal 375 321 354 0 21 7 1 503 134 133
Binary 11111101 11010001 11101100 0 10001 111 1 101000011 1011100 1011011

Color Harmonies of #FDD1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD1EC

Black with #FDD1EC

Text Example


Text Example

White with #FDD1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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