Html Css Color HEX #FCDCED Pig Pink

📋 copy color: '#FCDCED'

red 252 ◦ green 220 ◦ blue 237

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

Shades of Pig Pink #FCDCED

Tints of Pig Pink #FCDCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.03%

 BLUE value IS 237 (92.97% from 255) = 33.43%

R = 35.54%
G = 31.03%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCDCED (or 0xFCDCED) is known color: Pig Pink. HEX triplet: FC, DC and ED. RGB value is (252,220,237). Sum of RGB (Red+Green+Blue) = 252+220+237=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCED is #032312. Grayscale: #E7E7E7. Windows color (decimal): -205587 or 15588604. OLE color: 15588604.

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

Color convert

RGB 252 220 237 -
CMYK 0 0.13 0.06 0.01
HSL 328.13º 0.84% 0.93% -
HSV(B) 328.13º 0.13% 0.99% -
XYZ 81.02 78 90.91 -
YUV 231.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 252 220 237 0 0.13 0.06 0.01 328.13 0.84 0.93
Hex FC DC ED 0 D 6 1 148 54 5D
Octal 374 334 355 0 15 6 1 510 124 135
Binary 11111100 11011100 11101101 0 1101 110 1 101001000 1010100 1011101

Color Harmonies of #FCDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCED

Black with #FCDCED

Text Example


Text Example

White with #FCDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCED; }

 p { color: rgb(252,220,237); }

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

background-color css

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

 a { background-color: rgb(252,220,237); }

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

border-color css

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

 span { border-color: rgb(252,220,237); }

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