Html Css Color HEX #FDDCEC Pig Pink

📋 copy color: '#FDDCEC'

red 253 ◦ green 220 ◦ blue 236

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

Shades of Pig Pink #FDDCEC

Tints of Pig Pink #FDDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.03%

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

R = 35.68%
G = 31.03%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDDCEC (or 0xFDDCEC) is known color: Pig Pink. HEX triplet: FD, DC and EC. RGB value is (253,220,236). Sum of RGB (Red+Green+Blue) = 253+220+236=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCEC is #022313. Grayscale: #E7E7E7. Windows color (decimal): -140052 or 15523069. OLE color: 15523069.

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

Color convert

RGB 253 220 236 -
CMYK 0 0.13 0.07 0.01
HSL 330.91º 0.89% 0.93% -
HSV(B) 330.91º 0.13% 0.99% -
XYZ 81.24 78.13 90.15 -
YUV 231.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 253 220 236 0 0.13 0.07 0.01 330.91 0.89 0.93
Hex FD DC EC 0 D 7 1 14B 59 5D
Octal 375 334 354 0 15 7 1 513 131 135
Binary 11111101 11011100 11101100 0 1101 111 1 101001011 1011001 1011101

Color Harmonies of #FDDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCEC

Black with #FDDCEC

Text Example


Text Example

White with #FDDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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