Html Css Color HEX #FDD0E6 Pig Pink

📋 copy color: '#FDD0E6'

red 253 ◦ green 208 ◦ blue 230

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

Shades of Pig Pink #FDD0E6

Tints of Pig Pink #FDD0E6

RGB

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

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

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

R = 36.61%
G = 30.1%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDD0E6 (or 0xFDD0E6) is known color: Pig Pink. HEX triplet: FD, D0 and E6. RGB value is (253,208,230). Sum of RGB (Red+Green+Blue) = 253+208+230=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 208 (81.64% from 255 or 30.10% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0E6 is #022F19. Grayscale: #DFDFDF. Windows color (decimal): -143130 or 15126781. OLE color: 15126781.

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

Color convert

RGB 253 208 230 -
CMYK 0 0.18 0.09 0.01
HSL 330.67º 0.92% 0.9% -
HSV(B) 330.67º 0.18% 0.99% -
XYZ 77.35 71.71 84.63 -
YUV 223.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 253 208 230 0 0.18 0.09 0.01 330.67 0.92 0.9
Hex FD D0 E6 0 12 9 1 14B 5C 5A
Octal 375 320 346 0 22 11 1 513 134 132
Binary 11111101 11010000 11100110 0 10010 1001 1 101001011 1011100 1011010

Color Harmonies of #FDD0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD0E6

Black with #FDD0E6

Text Example


Text Example

White with #FDD0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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