Html Css Color HEX #FCD7F1 Pig Pink

📋 copy color: '#FCD7F1'

red 252 ◦ green 215 ◦ blue 241

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

Shades of Pig Pink #FCD7F1

Tints of Pig Pink #FCD7F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.04%

R = 35.59%
G = 30.37%
B = 34.04%

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

#FCD7F1 (or 0xFCD7F1) is known color: Pig Pink. HEX triplet: FC, D7 and F1. RGB value is (252,215,241). Sum of RGB (Red+Green+Blue) = 252+215+241=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 215 (84.38% from 255 or 30.37% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD7F1 is #03280E. Grayscale: #E4E4E4. Windows color (decimal): -206863 or 15849468. OLE color: 15849468.

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

Color convert

RGB 252 215 241 -
CMYK 0 0.15 0.04 0.01
HSL 317.84º 0.86% 0.92% -
HSV(B) 317.84º 0.15% 0.99% -
XYZ 80.32 75.65 93.59 -
YUV 229.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 252 215 241 0 0.15 0.04 0.01 317.84 0.86 0.92
Hex FC D7 F1 0 F 4 1 13E 56 5C
Octal 374 327 361 0 17 4 1 476 126 134
Binary 11111100 11010111 11110001 0 1111 100 1 100111110 1010110 1011100

Color Harmonies of #FCD7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD7F1

Black with #FCD7F1

Text Example


Text Example

White with #FCD7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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