Html Css Color HEX #FDDCF3 Pig Pink

📋 copy color: '#FDDCF3'

red 253 ◦ green 220 ◦ blue 243

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

Shades of Pig Pink #FDDCF3

Tints of Pig Pink #FDDCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 33.94%

R = 35.34%
G = 30.73%
B = 33.94%

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

#FDDCF3 (or 0xFDDCF3) is known color: Pig Pink. HEX triplet: FD, DC and F3. RGB value is (253,220,243). Sum of RGB (Red+Green+Blue) = 253+220+243=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF3 is #02230C. Grayscale: #E8E8E8. Windows color (decimal): -140045 or 15981821. OLE color: 15981821.

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

Color convert

RGB 253 220 243 -
CMYK 0 0.13 0.04 0.01
HSL 318.18º 0.89% 0.93% -
HSV(B) 318.18º 0.13% 0.99% -
XYZ 82.28 78.54 95.62 -
YUV 232.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 253 220 243 0 0.13 0.04 0.01 318.18 0.89 0.93
Hex FD DC F3 0 D 4 1 13E 59 5D
Octal 375 334 363 0 15 4 1 476 131 135
Binary 11111101 11011100 11110011 0 1101 100 1 100111110 1011001 1011101

Color Harmonies of #FDDCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCF3

Black with #FDDCF3

Text Example


Text Example

White with #FDDCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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