Html Css Color HEX #FCCFE2 Pig Pink

📋 copy color: '#FCCFE2'

red 252 ◦ green 207 ◦ blue 226

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

Shades of Pig Pink #FCCFE2

Tints of Pig Pink #FCCFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.99%

R = 36.79%
G = 30.22%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCCFE2 (or 0xFCCFE2) is known color: Pig Pink. HEX triplet: FC, CF and E2. RGB value is (252,207,226). Sum of RGB (Red+Green+Blue) = 252+207+226=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFE2 is #03301D. Grayscale: #DEDEDE. Windows color (decimal): -208926 or 14864380. OLE color: 14864380.

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

Color convert

RGB 252 207 226 -
CMYK 0 0.18 0.10 0.01
HSL 334.67º 0.88% 0.9% -
HSV(B) 334.67º 0.18% 0.99% -
XYZ 76.19 70.81 81.6 -
YUV 222.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 252 207 226 0 0.18 0.10 0.01 334.67 0.88 0.9
Hex FC CF E2 0 12 A 1 14F 58 5A
Octal 374 317 342 0 22 12 1 517 130 132
Binary 11111100 11001111 11100010 0 10010 1010 1 101001111 1011000 1011010

Color Harmonies of #FCCFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFE2

Black with #FCCFE2

Text Example


Text Example

White with #FCCFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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