Html Css Color HEX #FDDCE7 Pig Pink

📋 copy color: '#FDDCE7'

red 253 ◦ green 220 ◦ blue 231

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

Shades of Pig Pink #FDDCE7

Tints of Pig Pink #FDDCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.81%

R = 35.94%
G = 31.25%
B = 32.81%

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

#FDDCE7 (or 0xFDDCE7) is known color: Pig Pink. HEX triplet: FD, DC and E7. RGB value is (253,220,231). Sum of RGB (Red+Green+Blue) = 253+220+231=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCE7 is #022318. Grayscale: #E7E7E7. Windows color (decimal): -140057 or 15195389. OLE color: 15195389.

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

Color convert

RGB 253 220 231 -
CMYK 0 0.13 0.09 0.01
HSL 340º 0.89% 0.93% -
HSV(B) 340º 0.13% 0.99% -
XYZ 80.53 77.84 86.38 -
YUV 231.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 253 220 231 0 0.13 0.09 0.01 340 0.89 0.93
Hex FD DC E7 0 D 9 1 154 59 5D
Octal 375 334 347 0 15 11 1 524 131 135
Binary 11111101 11011100 11100111 0 1101 1001 1 101010100 1011001 1011101

Color Harmonies of #FDDCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCE7

Black with #FDDCE7

Text Example


Text Example

White with #FDDCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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