Html Css Color HEX #FDDCF0 Pig Pink

📋 copy color: '#FDDCF0'

red 253 ◦ green 220 ◦ blue 240

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

Shades of Pig Pink #FDDCF0

Tints of Pig Pink #FDDCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 33.66%

R = 35.48%
G = 30.86%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDDCF0 (or 0xFDDCF0) is known color: Pig Pink. HEX triplet: FD, DC and F0. RGB value is (253,220,240). Sum of RGB (Red+Green+Blue) = 253+220+240=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF0 is #02230F. Grayscale: #E8E8E8. Windows color (decimal): -140048 or 15785213. OLE color: 15785213.

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

Color convert

RGB 253 220 240 -
CMYK 0 0.13 0.05 0.01
HSL 323.64º 0.89% 0.93% -
HSV(B) 323.64º 0.13% 0.99% -
XYZ 81.83 78.36 93.25 -
YUV 232.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 253 220 240 0 0.13 0.05 0.01 323.64 0.89 0.93
Hex FD DC F0 0 D 5 1 144 59 5D
Octal 375 334 360 0 15 5 1 504 131 135
Binary 11111101 11011100 11110000 0 1101 101 1 101000100 1011001 1011101

Color Harmonies of #FDDCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCF0

Black with #FDDCF0

Text Example


Text Example

White with #FDDCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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