Html Css Color HEX #FDDAE5 Pig Pink

📋 copy color: '#FDDAE5'

red 253 ◦ green 218 ◦ blue 229

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

Shades of Pig Pink #FDDAE5

Tints of Pig Pink #FDDAE5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.14%

 BLUE value IS 229 (89.84% from 255) = 32.71%

R = 36.14%
G = 31.14%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDDAE5 (or 0xFDDAE5) is known color: Pig Pink. HEX triplet: FD, DA and E5. RGB value is (253,218,229). Sum of RGB (Red+Green+Blue) = 253+218+229=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAE5 is #02251A. Grayscale: #E5E5E5. Windows color (decimal): -140571 or 15063805. OLE color: 15063805.

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

Color convert

RGB 253 218 229 -
CMYK 0 0.14 0.09 0.01
HSL 341.14º 0.9% 0.92% -
HSV(B) 341.14º 0.14% 0.99% -
XYZ 79.72 76.68 84.73 -
YUV 229.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 253 218 229 0 0.14 0.09 0.01 341.14 0.9 0.92
Hex FD DA E5 0 E 9 1 155 5A 5C
Octal 375 332 345 0 16 11 1 525 132 134
Binary 11111101 11011010 11100101 0 1110 1001 1 101010101 1011010 1011100

Color Harmonies of #FDDAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAE5

Black with #FDDAE5

Text Example


Text Example

White with #FDDAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAE5; }

 p { color: rgb(253,218,229); }

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

background-color css

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

 a { background-color: rgb(253,218,229); }

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

border-color css

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

 span { border-color: rgb(253,218,229); }

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