Html Css Color HEX #FDDAE4 Pig Pink

📋 copy color: '#FDDAE4'

red 253 ◦ green 218 ◦ blue 228

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

Shades of Pig Pink #FDDAE4

Tints of Pig Pink #FDDAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.62%

R = 36.19%
G = 31.19%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDDAE4 (or 0xFDDAE4) is known color: Pig Pink. HEX triplet: FD, DA and E4. RGB value is (253,218,228). Sum of RGB (Red+Green+Blue) = 253+218+228=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 228 (89.45% from 255 or 32.62% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAE4 is #02251B. Grayscale: #E5E5E5. Windows color (decimal): -140572 or 14998269. OLE color: 14998269.

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

Color convert

RGB 253 218 228 -
CMYK 0 0.14 0.10 0.01
HSL 342.86º 0.9% 0.92% -
HSV(B) 342.86º 0.14% 0.99% -
XYZ 79.58 76.63 83.99 -
YUV 229.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 253 218 228 0 0.14 0.10 0.01 342.86 0.9 0.92
Hex FD DA E4 0 E A 1 157 5A 5C
Octal 375 332 344 0 16 12 1 527 132 134
Binary 11111101 11011010 11100100 0 1110 1010 1 101010111 1011010 1011100

Color Harmonies of #FDDAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAE4

Black with #FDDAE4

Text Example


Text Example

White with #FDDAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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