Html Css Color HEX #FDD9EA Pig Pink

📋 copy color: '#FDD9EA'

red 253 ◦ green 217 ◦ blue 234

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

Shades of Pig Pink #FDD9EA

Tints of Pig Pink #FDD9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.24%

R = 35.94%
G = 30.82%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDD9EA (or 0xFDD9EA) is known color: Pig Pink. HEX triplet: FD, D9 and EA. RGB value is (253,217,234). Sum of RGB (Red+Green+Blue) = 253+217+234=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 217 (85.16% from 255 or 30.82% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9EA is #022615. Grayscale: #E5E5E5. Windows color (decimal): -140822 or 15391229. OLE color: 15391229.

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

Color convert

RGB 253 217 234 -
CMYK 0 0.14 0.08 0.01
HSL 331.67º 0.9% 0.92% -
HSV(B) 331.67º 0.14% 0.99% -
XYZ 80.17 76.45 88.37 -
YUV 229.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 253 217 234 0 0.14 0.08 0.01 331.67 0.9 0.92
Hex FD D9 EA 0 E 8 1 14C 5A 5C
Octal 375 331 352 0 16 10 1 514 132 134
Binary 11111101 11011001 11101010 0 1110 1000 1 101001100 1011010 1011100

Color Harmonies of #FDD9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD9EA

Black with #FDD9EA

Text Example


Text Example

White with #FDD9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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