Html Css Color HEX #FCDFEF Pig Pink

📋 copy color: '#FCDFEF'

red 252 ◦ green 223 ◦ blue 239

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

Shades of Pig Pink #FCDFEF

Tints of Pig Pink #FCDFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.23%

 BLUE value IS 239 (93.75% from 255) = 33.47%

R = 35.29%
G = 31.23%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCDFEF (or 0xFCDFEF) is known color: Pig Pink. HEX triplet: FC, DF and EF. RGB value is (252,223,239). Sum of RGB (Red+Green+Blue) = 252+223+239=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFEF is #032010. Grayscale: #E9E9E9. Windows color (decimal): -204817 or 15720444. OLE color: 15720444.

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

Color convert

RGB 252 223 239 -
CMYK 0 0.12 0.05 0.01
HSL 326.9º 0.83% 0.93% -
HSV(B) 326.9º 0.12% 0.99% -
XYZ 82.11 79.7 92.72 -
YUV 233.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 252 223 239 0 0.12 0.05 0.01 326.9 0.83 0.93
Hex FC DF EF 0 C 5 1 147 53 5D
Octal 374 337 357 0 14 5 1 507 123 135
Binary 11111100 11011111 11101111 0 1100 101 1 101000111 1010011 1011101

Color Harmonies of #FCDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFEF

Black with #FCDFEF

Text Example


Text Example

White with #FCDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFEF; }

 p { color: rgb(252,223,239); }

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

background-color css

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

 a { background-color: rgb(252,223,239); }

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

border-color css

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

 span { border-color: rgb(252,223,239); }

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