Html Css Color HEX #FDD8ED Pig Pink

📋 copy color: '#FDD8ED'

red 253 ◦ green 216 ◦ blue 237

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

Shades of Pig Pink #FDD8ED

Tints of Pig Pink #FDD8ED

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.59%

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

R = 35.84%
G = 30.59%
B = 33.57%

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

#FDD8ED (or 0xFDD8ED) is known color: Pig Pink. HEX triplet: FD, D8 and ED. RGB value is (253,216,237). Sum of RGB (Red+Green+Blue) = 253+216+237=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 216 (84.77% from 255 or 30.59% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD8ED is #022712. Grayscale: #E5E5E5. Windows color (decimal): -141075 or 15587581. OLE color: 15587581.

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

Color convert

RGB 253 216 237 -
CMYK 0 0.15 0.06 0.01
HSL 325.95º 0.9% 0.92% -
HSV(B) 325.95º 0.15% 0.99% -
XYZ 80.35 76.11 90.58 -
YUV 229.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 253 216 237 0 0.15 0.06 0.01 325.95 0.9 0.92
Hex FD D8 ED 0 F 6 1 146 5A 5C
Octal 375 330 355 0 17 6 1 506 132 134
Binary 11111101 11011000 11101101 0 1111 110 1 101000110 1011010 1011100

Color Harmonies of #FDD8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD8ED

Black with #FDD8ED

Text Example


Text Example

White with #FDD8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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