Html Css Color HEX #FCD7EA Pig Pink

📋 copy color: '#FCD7EA'

red 252 ◦ green 215 ◦ blue 234

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

Shades of Pig Pink #FCD7EA

Tints of Pig Pink #FCD7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.67%

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

R = 35.95%
G = 30.67%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCD7EA (or 0xFCD7EA) is known color: Pig Pink. HEX triplet: FC, D7 and EA. RGB value is (252,215,234). Sum of RGB (Red+Green+Blue) = 252+215+234=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 215 (84.38% from 255 or 30.67% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD7EA is #032815. Grayscale: #E4E4E4. Windows color (decimal): -206870 or 15390716. OLE color: 15390716.

HSL color Cylindrical-coordinate representation of color #FCD7EA: hue angle of 329.19º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD7EA is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 215 234 -
CMYK 0 0.15 0.07 0.01
HSL 329.19º 0.86% 0.92% -
HSV(B) 329.19º 0.15% 0.99% -
XYZ 79.3 75.24 88.18 -
YUV 228.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 252 215 234 0 0.15 0.07 0.01 329.19 0.86 0.92
Hex FC D7 EA 0 F 7 1 149 56 5C
Octal 374 327 352 0 17 7 1 511 126 134
Binary 11111100 11010111 11101010 0 1111 111 1 101001001 1010110 1011100

Color Harmonies of #FCD7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD7EA

Black with #FCD7EA

Text Example


Text Example

White with #FCD7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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