Html Css Color HEX #FCBEBA Your Pink

📋 copy color: '#FCBEBA'

red 252 ◦ green 190 ◦ blue 186

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

Shades of Your Pink #FCBEBA

Tints of Your Pink #FCBEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.62%

R = 40.13%
G = 30.25%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCBEBA (or 0xFCBEBA) is known color: Your Pink. HEX triplet: FC, BE and BA. RGB value is (252,190,186). Sum of RGB (Red+Green+Blue) = 252+190+186=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEBA is #034145. Grayscale: #D0D0D0. Windows color (decimal): -213318 or 12238588. OLE color: 12238588.

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

Color convert

RGB 252 190 186 -
CMYK 0 0.25 0.26 0.01
HSL 3.64º 0.92% 0.86% -
HSV(B) 3.64º 0.26% 0.99% -
XYZ 67.42 61.07 54.69 -
YUV 208.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 252 190 186 0 0.25 0.26 0.01 3.64 0.92 0.86
Hex FC BE BA 0 19 1A 1 4 5C 56
Octal 374 276 272 0 31 32 1 4 134 126
Binary 11111100 10111110 10111010 0 11001 11010 1 100 1011100 1010110

Color Harmonies of #FCBEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEBA

Black with #FCBEBA

Text Example


Text Example

White with #FCBEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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