Html Css Color HEX #FCD4EA Pig Pink

📋 copy color: '#FCD4EA'

red 252 ◦ green 212 ◦ blue 234

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

Shades of Pig Pink #FCD4EA

Tints of Pig Pink #FCD4EA

RGB

 RED value IS 252 (98.83% from 255) = 36.1%

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

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

R = 36.1%
G = 30.37%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCD4EA (or 0xFCD4EA) is known color: Pig Pink. HEX triplet: FC, D4 and EA. RGB value is (252,212,234). Sum of RGB (Red+Green+Blue) = 252+212+234=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 212 (83.20% from 255 or 30.37% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD4EA is #032B15. Grayscale: #E2E2E2. Windows color (decimal): -207638 or 15389948. OLE color: 15389948.

HSL color Cylindrical-coordinate representation of color #FCD4EA: hue angle of 327º degrees, saturation: 0.87, 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 #FCD4EA is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 212 234 -
CMYK 0 0.16 0.07 0.01
HSL 327º 0.87% 0.91% -
HSV(B) 327º 0.16% 0.99% -
XYZ 78.54 73.72 87.93 -
YUV 226.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 252 212 234 0 0.16 0.07 0.01 327 0.87 0.91
Hex FC D4 EA 0 10 7 1 147 57 5B
Octal 374 324 352 0 20 7 1 507 127 133
Binary 11111100 11010100 11101010 0 10000 111 1 101000111 1010111 1011011

Color Harmonies of #FCD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4EA

Black with #FCD4EA

Text Example


Text Example

White with #FCD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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