Html Css Color HEX #FDD0DE Pig Pink

📋 copy color: '#FDD0DE'

red 253 ◦ green 208 ◦ blue 222

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

Shades of Pig Pink #FDD0DE

Tints of Pig Pink #FDD0DE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.45%

 BLUE value IS 222 (87.11% from 255) = 32.5%

R = 37.04%
G = 30.45%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDD0DE (or 0xFDD0DE) is known color: Pig Pink. HEX triplet: FD, D0 and DE. RGB value is (253,208,222). Sum of RGB (Red+Green+Blue) = 253+208+222=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0DE is #022F21. Grayscale: #DFDFDF. Windows color (decimal): -143138 or 14602493. OLE color: 14602493.

HSL color Cylindrical-coordinate representation of color #FDD0DE: hue angle of 341.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD0DE is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 208 222 -
CMYK 0 0.18 0.12 0.01
HSL 341.33º 0.92% 0.9% -
HSV(B) 341.33º 0.18% 0.99% -
XYZ 76.25 71.27 78.84 -
YUV 223.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 253 208 222 0 0.18 0.12 0.01 341.33 0.92 0.9
Hex FD D0 DE 0 12 C 1 155 5C 5A
Octal 375 320 336 0 22 14 1 525 134 132
Binary 11111101 11010000 11011110 0 10010 1100 1 101010101 1011100 1011010

Color Harmonies of #FDD0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD0DE

Black with #FDD0DE

Text Example


Text Example

White with #FDD0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD0DE; }

 p { color: rgb(253,208,222); }

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

background-color css

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

 a { background-color: rgb(253,208,222); }

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

border-color css

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

 span { border-color: rgb(253,208,222); }

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