Html Css Color HEX #FCDDEA Pig Pink

📋 copy color: '#FCDDEA'

red 252 ◦ green 221 ◦ blue 234

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

Shades of Pig Pink #FCDDEA

Tints of Pig Pink #FCDDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.1%

R = 35.64%
G = 31.26%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCDDEA (or 0xFCDDEA) is known color: Pig Pink. HEX triplet: FC, DD and EA. RGB value is (252,221,234). Sum of RGB (Red+Green+Blue) = 252+221+234=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDEA is #032215. Grayscale: #E7E7E7. Windows color (decimal): -205334 or 15392252. OLE color: 15392252.

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

Color convert

RGB 252 221 234 -
CMYK 0 0.12 0.07 0.01
HSL 334.84º 0.84% 0.93% -
HSV(B) 334.84º 0.12% 0.99% -
XYZ 80.85 78.35 88.7 -
YUV 231.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 252 221 234 0 0.12 0.07 0.01 334.84 0.84 0.93
Hex FC DD EA 0 C 7 1 14F 54 5D
Octal 374 335 352 0 14 7 1 517 124 135
Binary 11111100 11011101 11101010 0 1100 111 1 101001111 1010100 1011101

Color Harmonies of #FCDDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDEA

Black with #FCDDEA

Text Example


Text Example

White with #FCDDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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