Html Css Color HEX #FDD9EB Pig Pink

📋 copy color: '#FDD9EB'

red 253 ◦ green 217 ◦ blue 235

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

Shades of Pig Pink #FDD9EB

Tints of Pig Pink #FDD9EB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.78%

 BLUE value IS 235 (92.19% from 255) = 33.33%

R = 35.89%
G = 30.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDD9EB (or 0xFDD9EB) is known color: Pig Pink. HEX triplet: FD, D9 and EB. RGB value is (253,217,235). Sum of RGB (Red+Green+Blue) = 253+217+235=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 217 (85.16% from 255 or 30.78% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9EB is #022614. Grayscale: #E5E5E5. Windows color (decimal): -140821 or 15456765. OLE color: 15456765.

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

Color convert

RGB 253 217 235 -
CMYK 0 0.14 0.07 0.01
HSL 330º 0.9% 0.92% -
HSV(B) 330º 0.14% 0.99% -
XYZ 80.32 76.51 89.13 -
YUV 229.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 253 217 235 0 0.14 0.07 0.01 330 0.9 0.92
Hex FD D9 EB 0 E 7 1 14A 5A 5C
Octal 375 331 353 0 16 7 1 512 132 134
Binary 11111101 11011001 11101011 0 1110 111 1 101001010 1011010 1011100

Color Harmonies of #FDD9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD9EB

Black with #FDD9EB

Text Example


Text Example

White with #FDD9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD9EB; }

 p { color: rgb(253,217,235); }

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

background-color css

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

 a { background-color: rgb(253,217,235); }

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

border-color css

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

 span { border-color: rgb(253,217,235); }

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