Html Css Color HEX #FCDCEE Pig Pink

📋 copy color: '#FCDCEE'

red 252 ◦ green 220 ◦ blue 238

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

Shades of Pig Pink #FCDCEE

Tints of Pig Pink #FCDCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.52%

R = 35.49%
G = 30.99%
B = 33.52%

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

#FCDCEE (or 0xFCDCEE) is known color: Pig Pink. HEX triplet: FC, DC and EE. RGB value is (252,220,238). Sum of RGB (Red+Green+Blue) = 252+220+238=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCEE is #032311. Grayscale: #E7E7E7. Windows color (decimal): -205586 or 15654140. OLE color: 15654140.

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

Color convert

RGB 252 220 238 -
CMYK 0 0.13 0.06 0.01
HSL 326.25º 0.84% 0.93% -
HSV(B) 326.25º 0.13% 0.99% -
XYZ 81.17 78.05 91.68 -
YUV 231.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 252 220 238 0 0.13 0.06 0.01 326.25 0.84 0.93
Hex FC DC EE 0 D 6 1 146 54 5D
Octal 374 334 356 0 15 6 1 506 124 135
Binary 11111100 11011100 11101110 0 1101 110 1 101000110 1010100 1011101

Color Harmonies of #FCDCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCEE

Black with #FCDCEE

Text Example


Text Example

White with #FCDCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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