Html Css Color HEX #FDDEEE Pig Pink

📋 copy color: '#FDDEEE'

red 253 ◦ green 222 ◦ blue 238

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

Shades of Pig Pink #FDDEEE

Tints of Pig Pink #FDDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.14%

 BLUE value IS 238 (93.36% from 255) = 33.38%

R = 35.48%
G = 31.14%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDDEEE (or 0xFDDEEE) is known color: Pig Pink. HEX triplet: FD, DE and EE. RGB value is (253,222,238). Sum of RGB (Red+Green+Blue) = 253+222+238=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 222 (87.11% from 255 or 31.14% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEEE is #022111. Grayscale: #E9E9E9. Windows color (decimal): -139538 or 15654653. OLE color: 15654653.

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

Color convert

RGB 253 222 238 -
CMYK 0 0.12 0.06 0.01
HSL 329.03º 0.89% 0.93% -
HSV(B) 329.03º 0.12% 0.99% -
XYZ 82.06 79.3 91.87 -
YUV 233.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 253 222 238 0 0.12 0.06 0.01 329.03 0.89 0.93
Hex FD DE EE 0 C 6 1 149 59 5D
Octal 375 336 356 0 14 6 1 511 131 135
Binary 11111101 11011110 11101110 0 1100 110 1 101001001 1011001 1011101

Color Harmonies of #FDDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEEE

Black with #FDDEEE

Text Example


Text Example

White with #FDDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEEE; }

 p { color: rgb(253,222,238); }

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

background-color css

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

 a { background-color: rgb(253,222,238); }

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

border-color css

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

 span { border-color: rgb(253,222,238); }

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