Html Css Color HEX #FCE0F0 Pig Pink

📋 copy color: '#FCE0F0'

red 252 ◦ green 224 ◦ blue 240

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

Shades of Pig Pink #FCE0F0

Tints of Pig Pink #FCE0F0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.28%

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

R = 35.2%
G = 31.28%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCE0F0 (or 0xFCE0F0) is known color: Pig Pink. HEX triplet: FC, E0 and F0. RGB value is (252,224,240). Sum of RGB (Red+Green+Blue) = 252+224+240=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 224 (87.89% from 255 or 31.28% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0F0 is #031F0F. Grayscale: #EAEAEA. Windows color (decimal): -204560 or 15786236. OLE color: 15786236.

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

Color convert

RGB 252 224 240 -
CMYK 0 0.11 0.05 0.01
HSL 325.71º 0.82% 0.93% -
HSV(B) 325.71º 0.11% 0.99% -
XYZ 82.53 80.3 93.59 -
YUV 234.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 252 224 240 0 0.11 0.05 0.01 325.71 0.82 0.93
Hex FC E0 F0 0 B 5 1 146 52 5D
Octal 374 340 360 0 13 5 1 506 122 135
Binary 11111100 11100000 11110000 0 1011 101 1 101000110 1010010 1011101

Color Harmonies of #FCE0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE0F0

Black with #FCE0F0

Text Example


Text Example

White with #FCE0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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