Html Css Color HEX #FDD9F2 Pig Pink

📋 copy color: '#FDD9F2'

red 253 ◦ green 217 ◦ blue 242

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

Shades of Pig Pink #FDD9F2

Tints of Pig Pink #FDD9F2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.48%

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

R = 35.53%
G = 30.48%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDD9F2 (or 0xFDD9F2) is known color: Pig Pink. HEX triplet: FD, D9 and F2. RGB value is (253,217,242). Sum of RGB (Red+Green+Blue) = 253+217+242=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 217 (85.16% from 255 or 30.48% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9F2 is #02260D. Grayscale: #E6E6E6. Windows color (decimal): -140814 or 15915517. OLE color: 15915517.

HSL color Cylindrical-coordinate representation of color #FDD9F2: hue angle of 318.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9F2 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 242 -
CMYK 0 0.14 0.04 0.01
HSL 318.33º 0.9% 0.92% -
HSV(B) 318.33º 0.14% 0.99% -
XYZ 81.35 76.92 94.56 -
YUV 230.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 253 217 242 0 0.14 0.04 0.01 318.33 0.9 0.92
Hex FD D9 F2 0 E 4 1 13E 5A 5C
Octal 375 331 362 0 16 4 1 476 132 134
Binary 11111101 11011001 11110010 0 1110 100 1 100111110 1011010 1011100

Color Harmonies of #FDD9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD9F2

Black with #FDD9F2

Text Example


Text Example

White with #FDD9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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