Html Css Color HEX #FCD7F2 Pig Pink

📋 copy color: '#FCD7F2'

red 252 ◦ green 215 ◦ blue 242

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

Shades of Pig Pink #FCD7F2

Tints of Pig Pink #FCD7F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.13%

R = 35.54%
G = 30.32%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCD7F2 (or 0xFCD7F2) is known color: Pig Pink. HEX triplet: FC, D7 and F2. RGB value is (252,215,242). Sum of RGB (Red+Green+Blue) = 252+215+242=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 215 (84.38% from 255 or 30.32% from 709); Blue value is 242 (94.92% from 255 or 34.13% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD7F2 is #03280D. Grayscale: #E5E5E5. Windows color (decimal): -206862 or 15915004. OLE color: 15915004.

HSL color Cylindrical-coordinate representation of color #FCD7F2: hue angle of 316.22º 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 #FCD7F2 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 215 242 -
CMYK 0 0.15 0.04 0.01
HSL 316.22º 0.86% 0.92% -
HSV(B) 316.22º 0.15% 0.99% -
XYZ 80.47 75.71 94.38 -
YUV 229.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 252 215 242 0 0.15 0.04 0.01 316.22 0.86 0.92
Hex FC D7 F2 0 F 4 1 13C 56 5C
Octal 374 327 362 0 17 4 1 474 126 134
Binary 11111100 11010111 11110010 0 1111 100 1 100111100 1010110 1011100

Color Harmonies of #FCD7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD7F2

Black with #FCD7F2

Text Example


Text Example

White with #FCD7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD7F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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