Html Css Color HEX #FCDBE8 Pig Pink

📋 copy color: '#FCDBE8'

red 252 ◦ green 219 ◦ blue 232

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

Shades of Pig Pink #FCDBE8

Tints of Pig Pink #FCDBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 33%

R = 35.85%
G = 31.15%
B = 33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCDBE8 (or 0xFCDBE8) is known color: Pig Pink. HEX triplet: FC, DB and E8. RGB value is (252,219,232). Sum of RGB (Red+Green+Blue) = 252+219+232=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 232 (91.02% from 255 or 33.00% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBE8 is #032417. Grayscale: #E6E6E6. Windows color (decimal): -205848 or 15260668. OLE color: 15260668.

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

Color convert

RGB 252 219 232 -
CMYK 0 0.13 0.08 0.01
HSL 336.36º 0.85% 0.92% -
HSV(B) 336.36º 0.13% 0.99% -
XYZ 80.04 77.18 87.02 -
YUV 230.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 252 219 232 0 0.13 0.08 0.01 336.36 0.85 0.92
Hex FC DB E8 0 D 8 1 150 55 5C
Octal 374 333 350 0 15 10 1 520 125 134
Binary 11111100 11011011 11101000 0 1101 1000 1 101010000 1010101 1011100

Color Harmonies of #FCDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBE8

Black with #FCDBE8

Text Example


Text Example

White with #FCDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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