Html Css Color HEX #FCCFDE Pig Pink

📋 copy color: '#FCCFDE'

red 252 ◦ green 207 ◦ blue 222

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

Shades of Pig Pink #FCCFDE

Tints of Pig Pink #FCCFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.4%

 BLUE value IS 222 (87.11% from 255) = 32.6%

R = 37%
G = 30.4%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCCFDE (or 0xFCCFDE) is known color: Pig Pink. HEX triplet: FC, CF and DE. RGB value is (252,207,222). Sum of RGB (Red+Green+Blue) = 252+207+222=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFDE is #033021. Grayscale: #DEDEDE. Windows color (decimal): -208930 or 14602236. OLE color: 14602236.

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

Color convert

RGB 252 207 222 -
CMYK 0 0.18 0.12 0.01
HSL 340º 0.88% 0.9% -
HSV(B) 340º 0.18% 0.99% -
XYZ 75.64 70.6 78.75 -
YUV 222.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 252 207 222 0 0.18 0.12 0.01 340 0.88 0.9
Hex FC CF DE 0 12 C 1 154 58 5A
Octal 374 317 336 0 22 14 1 524 130 132
Binary 11111100 11001111 11011110 0 10010 1100 1 101010100 1011000 1011010

Color Harmonies of #FCCFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFDE

Black with #FCCFDE

Text Example


Text Example

White with #FCCFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFDE; }

 p { color: rgb(252,207,222); }

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

background-color css

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

 a { background-color: rgb(252,207,222); }

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

border-color css

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

 span { border-color: rgb(252,207,222); }

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