Html Css Color HEX #FCDDEF Pig Pink

📋 copy color: '#FCDDEF'

red 252 ◦ green 221 ◦ blue 239

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

Shades of Pig Pink #FCDDEF

Tints of Pig Pink #FCDDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.57%

R = 35.39%
G = 31.04%
B = 33.57%

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

#FCDDEF (or 0xFCDDEF) is known color: Pig Pink. HEX triplet: FC, DD and EF. RGB value is (252,221,239). Sum of RGB (Red+Green+Blue) = 252+221+239=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDEF is #032210. Grayscale: #E8E8E8. Windows color (decimal): -205329 or 15719932. OLE color: 15719932.

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

Color convert

RGB 252 221 239 -
CMYK 0 0.12 0.05 0.01
HSL 325.16º 0.84% 0.93% -
HSV(B) 325.16º 0.12% 0.99% -
XYZ 81.58 78.64 92.54 -
YUV 232.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 252 221 239 0 0.12 0.05 0.01 325.16 0.84 0.93
Hex FC DD EF 0 C 5 1 145 54 5D
Octal 374 335 357 0 14 5 1 505 124 135
Binary 11111100 11011101 11101111 0 1100 101 1 101000101 1010100 1011101

Color Harmonies of #FCDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDEF

Black with #FCDDEF

Text Example


Text Example

White with #FCDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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