Html Css Color HEX #FCD2F0 Pig Pink

📋 copy color: '#FCD2F0'

red 252 ◦ green 210 ◦ blue 240

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

Shades of Pig Pink #FCD2F0

Tints of Pig Pink #FCD2F0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 29.91%

 BLUE value IS 240 (94.14% from 255) = 34.19%

R = 35.9%
G = 29.91%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCD2F0 (or 0xFCD2F0) is known color: Pig Pink. HEX triplet: FC, D2 and F0. RGB value is (252,210,240). Sum of RGB (Red+Green+Blue) = 252+210+240=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 210 (82.42% from 255 or 29.91% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD2F0 is #032D0F. Grayscale: #E1E1E1. Windows color (decimal): -208144 or 15782652. OLE color: 15782652.

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

Color convert

RGB 252 210 240 -
CMYK 0 0.17 0.05 0.01
HSL 317.14º 0.88% 0.91% -
HSV(B) 317.14º 0.17% 0.99% -
XYZ 78.92 73.08 92.38 -
YUV 225.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 252 210 240 0 0.17 0.05 0.01 317.14 0.88 0.91
Hex FC D2 F0 0 11 5 1 13D 58 5B
Octal 374 322 360 0 21 5 1 475 130 133
Binary 11111100 11010010 11110000 0 10001 101 1 100111101 1011000 1011011

Color Harmonies of #FCD2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2F0

Black with #FCD2F0

Text Example


Text Example

White with #FCD2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2F0; }

 p { color: rgb(252,210,240); }

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

background-color css

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

 a { background-color: rgb(252,210,240); }

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

border-color css

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

 span { border-color: rgb(252,210,240); }

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