Html Css Color HEX #FCDDE5 Pig Pink

📋 copy color: '#FCDDE5'

red 252 ◦ green 221 ◦ blue 229

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

Shades of Pig Pink #FCDDE5

Tints of Pig Pink #FCDDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.62%

R = 35.9%
G = 31.48%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCDDE5 (or 0xFCDDE5) is known color: Pig Pink. HEX triplet: FC, DD and E5. RGB value is (252,221,229). Sum of RGB (Red+Green+Blue) = 252+221+229=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDE5 is #03221A. Grayscale: #E7E7E7. Windows color (decimal): -205339 or 15064572. OLE color: 15064572.

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

Color convert

RGB 252 221 229 -
CMYK 0 0.12 0.09 0.01
HSL 344.52º 0.84% 0.93% -
HSV(B) 344.52º 0.12% 0.99% -
XYZ 80.14 78.07 84.97 -
YUV 231.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 252 221 229 0 0.12 0.09 0.01 344.52 0.84 0.93
Hex FC DD E5 0 C 9 1 159 54 5D
Octal 374 335 345 0 14 11 1 531 124 135
Binary 11111100 11011101 11100101 0 1100 1001 1 101011001 1010100 1011101

Color Harmonies of #FCDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDE5

Black with #FCDDE5

Text Example


Text Example

White with #FCDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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