Html Css Color HEX #FDD4EA Pig Pink

📋 copy color: '#FDD4EA'

red 253 ◦ green 212 ◦ blue 234

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

Shades of Pig Pink #FDD4EA

Tints of Pig Pink #FDD4EA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.33%

 BLUE value IS 234 (91.8% from 255) = 33.48%

R = 36.19%
G = 30.33%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDD4EA (or 0xFDD4EA) is known color: Pig Pink. HEX triplet: FD, D4 and EA. RGB value is (253,212,234). Sum of RGB (Red+Green+Blue) = 253+212+234=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 212 (83.20% from 255 or 30.33% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD4EA is #022B15. Grayscale: #E2E2E2. Windows color (decimal): -142102 or 15389949. OLE color: 15389949.

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

Color convert

RGB 253 212 234 -
CMYK 0 0.16 0.08 0.01
HSL 327.8º 0.91% 0.91% -
HSV(B) 327.8º 0.16% 0.99% -
XYZ 78.9 73.91 87.95 -
YUV 226.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 253 212 234 0 0.16 0.08 0.01 327.8 0.91 0.91
Hex FD D4 EA 0 10 8 1 148 5B 5B
Octal 375 324 352 0 20 10 1 510 133 133
Binary 11111101 11010100 11101010 0 10000 1000 1 101001000 1011011 1011011

Color Harmonies of #FDD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD4EA

Black with #FDD4EA

Text Example


Text Example

White with #FDD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD4EA; }

 p { color: rgb(253,212,234); }

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

background-color css

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

 a { background-color: rgb(253,212,234); }

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

border-color css

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

 span { border-color: rgb(253,212,234); }

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