Html Css Color HEX #FDDCF1 Pig Pink

📋 copy color: '#FDDCF1'

red 253 ◦ green 220 ◦ blue 241

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

Shades of Pig Pink #FDDCF1

Tints of Pig Pink #FDDCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 33.75%

R = 35.43%
G = 30.81%
B = 33.75%

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

#FDDCF1 (or 0xFDDCF1) is known color: Pig Pink. HEX triplet: FD, DC and F1. RGB value is (253,220,241). Sum of RGB (Red+Green+Blue) = 253+220+241=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 220 (86.33% from 255 or 30.81% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF1 is #02230E. Grayscale: #E8E8E8. Windows color (decimal): -140047 or 15850749. OLE color: 15850749.

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

Color convert

RGB 253 220 241 -
CMYK 0 0.13 0.05 0.01
HSL 321.82º 0.89% 0.93% -
HSV(B) 321.82º 0.13% 0.99% -
XYZ 81.98 78.42 94.03 -
YUV 232.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 253 220 241 0 0.13 0.05 0.01 321.82 0.89 0.93
Hex FD DC F1 0 D 5 1 142 59 5D
Octal 375 334 361 0 15 5 1 502 131 135
Binary 11111101 11011100 11110001 0 1101 101 1 101000010 1011001 1011101

Color Harmonies of #FDDCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCF1

Black with #FDDCF1

Text Example


Text Example

White with #FDDCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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