Html Css Color HEX #FCBEC8 Pink

📋 copy color: '#FCBEC8'

red 252 ◦ green 190 ◦ blue 200

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

Shades of Pink #FCBEC8

Tints of Pink #FCBEC8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.6%

 BLUE value IS 200 (78.52% from 255) = 31.15%

R = 39.25%
G = 29.6%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCBEC8 (or 0xFCBEC8) is known color: Pink. HEX triplet: FC, BE and C8. RGB value is (252,190,200). Sum of RGB (Red+Green+Blue) = 252+190+200=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEC8 is #034137. Grayscale: #D1D1D1. Windows color (decimal): -213304 or 13156092. OLE color: 13156092.

HSL color Cylindrical-coordinate representation of color #FCBEC8: hue angle of 350.32º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEC8 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 190 200 -
CMYK 0 0.25 0.21 0.01
HSL 350.32º 0.91% 0.87% -
HSV(B) 350.32º 0.25% 0.99% -
XYZ 68.98 61.69 62.92 -
YUV 209.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 252 190 200 0 0.25 0.21 0.01 350.32 0.91 0.87
Hex FC BE C8 0 19 15 1 15E 5B 57
Octal 374 276 310 0 31 25 1 536 133 127
Binary 11111100 10111110 11001000 0 11001 10101 1 101011110 1011011 1010111

Color Harmonies of #FCBEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEC8

Black with #FCBEC8

Text Example


Text Example

White with #FCBEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEC8; }

 p { color: rgb(252,190,200); }

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

background-color css

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

 a { background-color: rgb(252,190,200); }

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

border-color css

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

 span { border-color: rgb(252,190,200); }

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