Html Css Color HEX #FDDCE9 Pig Pink

📋 copy color: '#FDDCE9'

red 253 ◦ green 220 ◦ blue 233

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

Shades of Pig Pink #FDDCE9

Tints of Pig Pink #FDDCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33%

R = 35.84%
G = 31.16%
B = 33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDDCE9 (or 0xFDDCE9) is known color: Pig Pink. HEX triplet: FD, DC and E9. RGB value is (253,220,233). Sum of RGB (Red+Green+Blue) = 253+220+233=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCE9 is #022316. Grayscale: #E7E7E7. Windows color (decimal): -140055 or 15326461. OLE color: 15326461.

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

Color convert

RGB 253 220 233 -
CMYK 0 0.13 0.08 0.01
HSL 336.36º 0.89% 0.93% -
HSV(B) 336.36º 0.13% 0.99% -
XYZ 80.81 77.95 87.88 -
YUV 231.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 253 220 233 0 0.13 0.08 0.01 336.36 0.89 0.93
Hex FD DC E9 0 D 8 1 150 59 5D
Octal 375 334 351 0 15 10 1 520 131 135
Binary 11111101 11011100 11101001 0 1101 1000 1 101010000 1011001 1011101

Color Harmonies of #FDDCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCE9

Black with #FDDCE9

Text Example


Text Example

White with #FDDCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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