Html Css Color HEX #FDDCE6 Pig Pink

📋 copy color: '#FDDCE6'

red 253 ◦ green 220 ◦ blue 230

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

Shades of Pig Pink #FDDCE6

Tints of Pig Pink #FDDCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.72%

R = 35.99%
G = 31.29%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDDCE6 (or 0xFDDCE6) is known color: Pig Pink. HEX triplet: FD, DC and E6. RGB value is (253,220,230). Sum of RGB (Red+Green+Blue) = 253+220+230=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCE6 is #022319. Grayscale: #E7E7E7. Windows color (decimal): -140058 or 15129853. OLE color: 15129853.

HSL color Cylindrical-coordinate representation of color #FDDCE6: hue angle of 341.82º 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 #FDDCE6 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 230 -
CMYK 0 0.13 0.09 0.01
HSL 341.82º 0.89% 0.93% -
HSV(B) 341.82º 0.13% 0.99% -
XYZ 80.38 77.78 85.64 -
YUV 231.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 253 220 230 0 0.13 0.09 0.01 341.82 0.89 0.93
Hex FD DC E6 0 D 9 1 156 59 5D
Octal 375 334 346 0 15 11 1 526 131 135
Binary 11111101 11011100 11100110 0 1101 1001 1 101010110 1011001 1011101

Color Harmonies of #FDDCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCE6

Black with #FDDCE6

Text Example


Text Example

White with #FDDCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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