Html Css Color HEX #FCBE9B Romantic

📋 copy color: '#FCBE9B'

red 252 ◦ green 190 ◦ blue 155

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

Shades of Romantic #FCBE9B

Tints of Romantic #FCBE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.96%

R = 42.21%
G = 31.83%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCBE9B (or 0xFCBE9B) is known color: Romantic. HEX triplet: FC, BE and 9B. RGB value is (252,190,155). Sum of RGB (Red+Green+Blue) = 252+190+155=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBE9B is #034164. Grayscale: #CCCCCC. Windows color (decimal): -213349 or 10206972. OLE color: 10206972.

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

Color convert

RGB 252 190 155 -
CMYK 0 0.25 0.38 0.01
HSL 21.65º 0.94% 0.8% -
HSV(B) 21.65º 0.38% 0.99% -
XYZ 64.47 59.89 39.17 -
YUV 204.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 252 190 155 0 0.25 0.38 0.01 21.65 0.94 0.8
Hex FC BE 9B 0 19 26 1 16 5E 50
Octal 374 276 233 0 31 46 1 26 136 120
Binary 11111100 10111110 10011011 0 11001 100110 1 10110 1011110 1010000

Color Harmonies of #FCBE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE9B

Black with #FCBE9B

Text Example


Text Example

White with #FCBE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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