Html Css Color HEX #FDDCF2 Pig Pink

📋 copy color: '#FDDCF2'

red 253 ◦ green 220 ◦ blue 242

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

Shades of Pig Pink #FDDCF2

Tints of Pig Pink #FDDCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 33.85%

R = 35.38%
G = 30.77%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDDCF2 (or 0xFDDCF2) is known color: Pig Pink. HEX triplet: FD, DC and F2. RGB value is (253,220,242). Sum of RGB (Red+Green+Blue) = 253+220+242=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF2 is #02230D. Grayscale: #E8E8E8. Windows color (decimal): -140046 or 15916285. OLE color: 15916285.

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

Color convert

RGB 253 220 242 -
CMYK 0 0.13 0.04 0.01
HSL 320º 0.89% 0.93% -
HSV(B) 320º 0.13% 0.99% -
XYZ 82.13 78.48 94.82 -
YUV 232.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 253 220 242 0 0.13 0.04 0.01 320 0.89 0.93
Hex FD DC F2 0 D 4 1 140 59 5D
Octal 375 334 362 0 15 4 1 500 131 135
Binary 11111101 11011100 11110010 0 1101 100 1 101000000 1011001 1011101

Color Harmonies of #FDDCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCF2

Black with #FDDCF2

Text Example


Text Example

White with #FDDCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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