Html Css Color HEX #FDD7ED Pig Pink

📋 copy color: '#FDD7ED'

red 253 ◦ green 215 ◦ blue 237

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

Shades of Pig Pink #FDD7ED

Tints of Pig Pink #FDD7ED

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.5%

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

R = 35.89%
G = 30.5%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDD7ED (or 0xFDD7ED) is known color: Pig Pink. HEX triplet: FD, D7 and ED. RGB value is (253,215,237). Sum of RGB (Red+Green+Blue) = 253+215+237=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 215 (84.38% from 255 or 30.50% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD7ED is #022812. Grayscale: #E4E4E4. Windows color (decimal): -141331 or 15587325. OLE color: 15587325.

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

Color convert

RGB 253 215 237 -
CMYK 0 0.15 0.06 0.01
HSL 325.26º 0.9% 0.92% -
HSV(B) 325.26º 0.15% 0.99% -
XYZ 80.09 75.6 90.49 -
YUV 228.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 253 215 237 0 0.15 0.06 0.01 325.26 0.9 0.92
Hex FD D7 ED 0 F 6 1 145 5A 5C
Octal 375 327 355 0 17 6 1 505 132 134
Binary 11111101 11010111 11101101 0 1111 110 1 101000101 1011010 1011100

Color Harmonies of #FDD7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD7ED

Black with #FDD7ED

Text Example


Text Example

White with #FDD7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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