Html Css Color HEX #FCD6F1 Pig Pink

📋 copy color: '#FCD6F1'

red 252 ◦ green 214 ◦ blue 241

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

Shades of Pig Pink #FCD6F1

Tints of Pig Pink #FCD6F1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.27%

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

R = 35.64%
G = 30.27%
B = 34.09%

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

#FCD6F1 (or 0xFCD6F1) is known color: Pig Pink. HEX triplet: FC, D6 and F1. RGB value is (252,214,241). Sum of RGB (Red+Green+Blue) = 252+214+241=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 214 (83.98% from 255 or 30.27% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6F1 is #03290E. Grayscale: #E4E4E4. Windows color (decimal): -207119 or 15849212. OLE color: 15849212.

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

Color convert

RGB 252 214 241 -
CMYK 0 0.15 0.04 0.01
HSL 317.37º 0.86% 0.91% -
HSV(B) 317.37º 0.15% 0.99% -
XYZ 80.07 75.14 93.5 -
YUV 228.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 252 214 241 0 0.15 0.04 0.01 317.37 0.86 0.91
Hex FC D6 F1 0 F 4 1 13D 56 5B
Octal 374 326 361 0 17 4 1 475 126 133
Binary 11111100 11010110 11110001 0 1111 100 1 100111101 1010110 1011011

Color Harmonies of #FCD6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6F1

Black with #FCD6F1

Text Example


Text Example

White with #FCD6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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