Html Css Color HEX #FCDDE7 Pig Pink

📋 copy color: '#FCDDE7'

red 252 ◦ green 221 ◦ blue 231

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

Shades of Pig Pink #FCDDE7

Tints of Pig Pink #FCDDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.81%

R = 35.8%
G = 31.39%
B = 32.81%

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

#FCDDE7 (or 0xFCDDE7) is known color: Pig Pink. HEX triplet: FC, DD and E7. RGB value is (252,221,231). Sum of RGB (Red+Green+Blue) = 252+221+231=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDE7 is #032218. Grayscale: #E7E7E7. Windows color (decimal): -205337 or 15195644. OLE color: 15195644.

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

Color convert

RGB 252 221 231 -
CMYK 0 0.12 0.08 0.01
HSL 340.65º 0.84% 0.93% -
HSV(B) 340.65º 0.12% 0.99% -
XYZ 80.43 78.18 86.45 -
YUV 231.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 252 221 231 0 0.12 0.08 0.01 340.65 0.84 0.93
Hex FC DD E7 0 C 8 1 155 54 5D
Octal 374 335 347 0 14 10 1 525 124 135
Binary 11111100 11011101 11100111 0 1100 1000 1 101010101 1010100 1011101

Color Harmonies of #FCDDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDE7

Black with #FCDDE7

Text Example


Text Example

White with #FCDDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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