Html Css Color HEX #FCDEF2 Pig Pink

📋 copy color: '#FCDEF2'

red 252 ◦ green 222 ◦ blue 242

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

Shades of Pig Pink #FCDEF2

Tints of Pig Pink #FCDEF2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.01%

 BLUE value IS 242 (94.92% from 255) = 33.8%

R = 35.2%
G = 31.01%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCDEF2 (or 0xFCDEF2) is known color: Pig Pink. HEX triplet: FC, DE and F2. RGB value is (252,222,242). Sum of RGB (Red+Green+Blue) = 252+222+242=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 222 (87.11% from 255 or 31.01% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEF2 is #03210D. Grayscale: #E9E9E9. Windows color (decimal): -205070 or 15916796. OLE color: 15916796.

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

Color convert

RGB 252 222 242 -
CMYK 0 0.12 0.04 0.01
HSL 320º 0.83% 0.93% -
HSV(B) 320º 0.12% 0.99% -
XYZ 82.29 79.35 94.98 -
YUV 233.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 252 222 242 0 0.12 0.04 0.01 320 0.83 0.93
Hex FC DE F2 0 C 4 1 140 53 5D
Octal 374 336 362 0 14 4 1 500 123 135
Binary 11111100 11011110 11110010 0 1100 100 1 101000000 1010011 1011101

Color Harmonies of #FCDEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEF2

Black with #FCDEF2

Text Example


Text Example

White with #FCDEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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