Html Css Color HEX #FCBEA1 Romantic

📋 copy color: '#FCBEA1'

red 252 ◦ green 190 ◦ blue 161

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

Shades of Romantic #FCBEA1

Tints of Romantic #FCBEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.7%

R = 41.79%
G = 31.51%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCBEA1 (or 0xFCBEA1) is known color: Romantic. HEX triplet: FC, BE and A1. RGB value is (252,190,161). Sum of RGB (Red+Green+Blue) = 252+190+161=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBEA1 is #03415E. Grayscale: #CDCDCD. Windows color (decimal): -213343 or 10600188. OLE color: 10600188.

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

Color convert

RGB 252 190 161 -
CMYK 0 0.25 0.36 0.01
HSL 19.12º 0.94% 0.81% -
HSV(B) 19.12º 0.36% 0.99% -
XYZ 64.99 60.1 41.89 -
YUV 205.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 252 190 161 0 0.25 0.36 0.01 19.12 0.94 0.81
Hex FC BE A1 0 19 24 1 13 5E 51
Octal 374 276 241 0 31 44 1 23 136 121
Binary 11111100 10111110 10100001 0 11001 100100 1 10011 1011110 1010001

Color Harmonies of #FCBEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEA1

Black with #FCBEA1

Text Example


Text Example

White with #FCBEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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