Html Css Color HEX #FDDAE6 Pig Pink

📋 copy color: '#FDDAE6'

red 253 ◦ green 218 ◦ blue 230

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

Shades of Pig Pink #FDDAE6

Tints of Pig Pink #FDDAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.81%

R = 36.09%
G = 31.1%
B = 32.81%

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

#FDDAE6 (or 0xFDDAE6) is known color: Pig Pink. HEX triplet: FD, DA and E6. RGB value is (253,218,230). Sum of RGB (Red+Green+Blue) = 253+218+230=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 230 (90.23% from 255 or 32.81% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAE6 is #022519. Grayscale: #E5E5E5. Windows color (decimal): -140570 or 15129341. OLE color: 15129341.

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

Color convert

RGB 253 218 230 -
CMYK 0 0.14 0.09 0.01
HSL 339.43º 0.9% 0.92% -
HSV(B) 339.43º 0.14% 0.99% -
XYZ 79.86 76.74 85.47 -
YUV 229.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 253 218 230 0 0.14 0.09 0.01 339.43 0.9 0.92
Hex FD DA E6 0 E 9 1 153 5A 5C
Octal 375 332 346 0 16 11 1 523 132 134
Binary 11111101 11011010 11100110 0 1110 1001 1 101010011 1011010 1011100

Color Harmonies of #FDDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAE6

Black with #FDDAE6

Text Example


Text Example

White with #FDDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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