Html Css Color HEX #FCDBE6 Pig Pink

📋 copy color: '#FCDBE6'

red 252 ◦ green 219 ◦ blue 230

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

Shades of Pig Pink #FCDBE6

Tints of Pig Pink #FCDBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.81%

R = 35.95%
G = 31.24%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCDBE6 (or 0xFCDBE6) is known color: Pig Pink. HEX triplet: FC, DB and E6. RGB value is (252,219,230). Sum of RGB (Red+Green+Blue) = 252+219+230=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 230 (90.23% from 255 or 32.81% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBE6 is #032419. Grayscale: #E6E6E6. Windows color (decimal): -205850 or 15129596. OLE color: 15129596.

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

Color convert

RGB 252 219 230 -
CMYK 0 0.13 0.09 0.01
HSL 340º 0.85% 0.92% -
HSV(B) 340º 0.13% 0.99% -
XYZ 79.76 77.07 85.54 -
YUV 230.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 252 219 230 0 0.13 0.09 0.01 340 0.85 0.92
Hex FC DB E6 0 D 9 1 154 55 5C
Octal 374 333 346 0 15 11 1 524 125 134
Binary 11111100 11011011 11100110 0 1101 1001 1 101010100 1010101 1011100

Color Harmonies of #FCDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBE6

Black with #FCDBE6

Text Example


Text Example

White with #FCDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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