Html Css Color HEX #FDDFEE Pig Pink

📋 copy color: '#FDDFEE'

red 253 ◦ green 223 ◦ blue 238

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

Shades of Pig Pink #FDDFEE

Tints of Pig Pink #FDDFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.23%

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

R = 35.43%
G = 31.23%
B = 33.33%

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

#FDDFEE (or 0xFDDFEE) is known color: Pig Pink. HEX triplet: FD, DF and EE. RGB value is (253,223,238). Sum of RGB (Red+Green+Blue) = 253+223+238=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFEE is #022011. Grayscale: #E9E9E9. Windows color (decimal): -139282 or 15654909. OLE color: 15654909.

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

Color convert

RGB 253 223 238 -
CMYK 0 0.12 0.06 0.01
HSL 330º 0.88% 0.93% -
HSV(B) 330º 0.12% 0.99% -
XYZ 82.33 79.83 91.96 -
YUV 233.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 253 223 238 0 0.12 0.06 0.01 330 0.88 0.93
Hex FD DF EE 0 C 6 1 14A 58 5D
Octal 375 337 356 0 14 6 1 512 130 135
Binary 11111101 11011111 11101110 0 1100 110 1 101001010 1011000 1011101

Color Harmonies of #FDDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFEE

Black with #FDDFEE

Text Example


Text Example

White with #FDDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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