Html Css Color HEX #FDDAE8 Pig Pink

📋 copy color: '#FDDAE8'

red 253 ◦ green 218 ◦ blue 232

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

Shades of Pig Pink #FDDAE8

Tints of Pig Pink #FDDAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 33%

R = 35.99%
G = 31.01%
B = 33%

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

#FDDAE8 (or 0xFDDAE8) is known color: Pig Pink. HEX triplet: FD, DA and E8. RGB value is (253,218,232). Sum of RGB (Red+Green+Blue) = 253+218+232=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 232 (91.02% from 255 or 33.00% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAE8 is #022517. Grayscale: #E6E6E6. Windows color (decimal): -140568 or 15260413. OLE color: 15260413.

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

Color convert

RGB 253 218 232 -
CMYK 0 0.14 0.08 0.01
HSL 336º 0.9% 0.92% -
HSV(B) 336º 0.14% 0.99% -
XYZ 80.14 76.85 86.95 -
YUV 230.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 253 218 232 0 0.14 0.08 0.01 336 0.9 0.92
Hex FD DA E8 0 E 8 1 150 5A 5C
Octal 375 332 350 0 16 10 1 520 132 134
Binary 11111101 11011010 11101000 0 1110 1000 1 101010000 1011010 1011100

Color Harmonies of #FDDAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAE8

Black with #FDDAE8

Text Example


Text Example

White with #FDDAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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