Html Css Color HEX #FCDBEA Pig Pink

📋 copy color: '#FCDBEA'

red 252 ◦ green 219 ◦ blue 234

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

Shades of Pig Pink #FCDBEA

Tints of Pig Pink #FCDBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.06%

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

R = 35.74%
G = 31.06%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCDBEA (or 0xFCDBEA) is known color: Pig Pink. HEX triplet: FC, DB and EA. RGB value is (252,219,234). Sum of RGB (Red+Green+Blue) = 252+219+234=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBEA is #032415. Grayscale: #E6E6E6. Windows color (decimal): -205846 or 15391740. OLE color: 15391740.

HSL color Cylindrical-coordinate representation of color #FCDBEA: hue angle of 332.73º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDBEA is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 219 234 -
CMYK 0 0.13 0.07 0.01
HSL 332.73º 0.85% 0.92% -
HSV(B) 332.73º 0.13% 0.99% -
XYZ 80.33 77.3 88.53 -
YUV 230.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 252 219 234 0 0.13 0.07 0.01 332.73 0.85 0.92
Hex FC DB EA 0 D 7 1 14D 55 5C
Octal 374 333 352 0 15 7 1 515 125 134
Binary 11111100 11011011 11101010 0 1101 111 1 101001101 1010101 1011100

Color Harmonies of #FCDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBEA

Black with #FCDBEA

Text Example


Text Example

White with #FCDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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