Html Css Color HEX #FCDDE8 Pig Pink

📋 copy color: '#FCDDE8'

red 252 ◦ green 221 ◦ blue 232

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

Shades of Pig Pink #FCDDE8

Tints of Pig Pink #FCDDE8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.35%

 BLUE value IS 232 (91.02% from 255) = 32.91%

R = 35.74%
G = 31.35%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCDDE8 (or 0xFCDDE8) is known color: Pig Pink. HEX triplet: FC, DD and E8. RGB value is (252,221,232). Sum of RGB (Red+Green+Blue) = 252+221+232=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDE8 is #032217. Grayscale: #E7E7E7. Windows color (decimal): -205336 or 15261180. OLE color: 15261180.

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

Color convert

RGB 252 221 232 -
CMYK 0 0.12 0.08 0.01
HSL 338.71º 0.84% 0.93% -
HSV(B) 338.71º 0.12% 0.99% -
XYZ 80.57 78.23 87.2 -
YUV 231.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 252 221 232 0 0.12 0.08 0.01 338.71 0.84 0.93
Hex FC DD E8 0 C 8 1 153 54 5D
Octal 374 335 350 0 14 10 1 523 124 135
Binary 11111100 11011101 11101000 0 1100 1000 1 101010011 1010100 1011101

Color Harmonies of #FCDDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDE8

Black with #FCDDE8

Text Example


Text Example

White with #FCDDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDE8; }

 p { color: rgb(252,221,232); }

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

background-color css

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

 a { background-color: rgb(252,221,232); }

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

border-color css

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

 span { border-color: rgb(252,221,232); }

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