Html Css Color HEX #FDD8EC Pig Pink

📋 copy color: '#FDD8EC'

red 253 ◦ green 216 ◦ blue 236

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

Shades of Pig Pink #FDD8EC

Tints of Pig Pink #FDD8EC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.64%

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

R = 35.89%
G = 30.64%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDD8EC (or 0xFDD8EC) is known color: Pig Pink. HEX triplet: FD, D8 and EC. RGB value is (253,216,236). Sum of RGB (Red+Green+Blue) = 253+216+236=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 216 (84.77% from 255 or 30.64% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD8EC is #022713. Grayscale: #E5E5E5. Windows color (decimal): -141076 or 15522045. OLE color: 15522045.

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

Color convert

RGB 253 216 236 -
CMYK 0 0.15 0.07 0.01
HSL 327.57º 0.9% 0.92% -
HSV(B) 327.57º 0.15% 0.99% -
XYZ 80.2 76.05 89.81 -
YUV 229.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 253 216 236 0 0.15 0.07 0.01 327.57 0.9 0.92
Hex FD D8 EC 0 F 7 1 148 5A 5C
Octal 375 330 354 0 17 7 1 510 132 134
Binary 11111101 11011000 11101100 0 1111 111 1 101001000 1011010 1011100

Color Harmonies of #FDD8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD8EC

Black with #FDD8EC

Text Example


Text Example

White with #FDD8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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