Html Css Color HEX #FCDDF0 Pig Pink

📋 copy color: '#FCDDF0'

red 252 ◦ green 221 ◦ blue 240

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

Shades of Pig Pink #FCDDF0

Tints of Pig Pink #FCDDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 33.66%

R = 35.34%
G = 31%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCDDF0 (or 0xFCDDF0) is known color: Pig Pink. HEX triplet: FC, DD and F0. RGB value is (252,221,240). Sum of RGB (Red+Green+Blue) = 252+221+240=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDF0 is #03220F. Grayscale: #E8E8E8. Windows color (decimal): -205328 or 15785468. OLE color: 15785468.

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

Color convert

RGB 252 221 240 -
CMYK 0 0.12 0.05 0.01
HSL 323.23º 0.84% 0.93% -
HSV(B) 323.23º 0.12% 0.99% -
XYZ 81.73 78.7 93.32 -
YUV 232.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 252 221 240 0 0.12 0.05 0.01 323.23 0.84 0.93
Hex FC DD F0 0 C 5 1 143 54 5D
Octal 374 335 360 0 14 5 1 503 124 135
Binary 11111100 11011101 11110000 0 1100 101 1 101000011 1010100 1011101

Color Harmonies of #FCDDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDF0

Black with #FCDDF0

Text Example


Text Example

White with #FCDDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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