Html Css Color HEX #FDD0ED Pig Pink

📋 copy color: '#FDD0ED'

red 253 ◦ green 208 ◦ blue 237

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

Shades of Pig Pink #FDD0ED

Tints of Pig Pink #FDD0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.95%

R = 36.25%
G = 29.8%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDD0ED (or 0xFDD0ED) is known color: Pig Pink. HEX triplet: FD, D0 and ED. RGB value is (253,208,237). Sum of RGB (Red+Green+Blue) = 253+208+237=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 208 (81.64% from 255 or 29.80% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0ED is #022F12. Grayscale: #E0E0E0. Windows color (decimal): -143123 or 15585533. OLE color: 15585533.

HSL color Cylindrical-coordinate representation of color #FDD0ED: hue angle of 321.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 #FDD0ED is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 208 237 -
CMYK 0 0.18 0.06 0.01
HSL 321.33º 0.92% 0.9% -
HSV(B) 321.33º 0.18% 0.99% -
XYZ 78.35 72.11 89.91 -
YUV 224.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 253 208 237 0 0.18 0.06 0.01 321.33 0.92 0.9
Hex FD D0 ED 0 12 6 1 141 5C 5A
Octal 375 320 355 0 22 6 1 501 134 132
Binary 11111101 11010000 11101101 0 10010 110 1 101000001 1011100 1011010

Color Harmonies of #FDD0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD0ED

Black with #FDD0ED

Text Example


Text Example

White with #FDD0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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