Html Css Color HEX #FDD2EE Pig Pink

📋 copy color: '#FDD2EE'

red 253 ◦ green 210 ◦ blue 238

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

Shades of Pig Pink #FDD2EE

Tints of Pig Pink #FDD2EE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 29.96%

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

R = 36.09%
G = 29.96%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDD2EE (or 0xFDD2EE) is known color: Pig Pink. HEX triplet: FD, D2 and EE. RGB value is (253,210,238). Sum of RGB (Red+Green+Blue) = 253+210+238=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 210 (82.42% from 255 or 29.96% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD2EE is #022D11. Grayscale: #E1E1E1. Windows color (decimal): -142610 or 15651581. OLE color: 15651581.

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

Color convert

RGB 253 210 238 -
CMYK 0 0.17 0.06 0.01
HSL 320.93º 0.91% 0.91% -
HSV(B) 320.93º 0.17% 0.99% -
XYZ 78.99 73.15 90.84 -
YUV 226.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 253 210 238 0 0.17 0.06 0.01 320.93 0.91 0.91
Hex FD D2 EE 0 11 6 1 141 5B 5B
Octal 375 322 356 0 21 6 1 501 133 133
Binary 11111101 11010010 11101110 0 10001 110 1 101000001 1011011 1011011

Color Harmonies of #FDD2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD2EE

Black with #FDD2EE

Text Example


Text Example

White with #FDD2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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