Html Css Color HEX #FBC49D Romantic

📋 copy color: '#FBC49D'

red 251 ◦ green 196 ◦ blue 157

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

Shades of Romantic #FBC49D

Tints of Romantic #FBC49D

RGB

 RED value IS 251 (98.44% from 255) = 41.56%

 GREEN value IS 196 (76.95% from 255) = 32.45%

 BLUE value IS 157 (61.72% from 255) = 25.99%

R = 41.56%
G = 32.45%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBC49D (or 0xFBC49D) is known color: Romantic. HEX triplet: FB, C4 and 9D. RGB value is (251,196,157). Sum of RGB (Red+Green+Blue) = 251+196+157=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC49D is #043B62. Grayscale: #D0D0D0. Windows color (decimal): -277347 or 10339579. OLE color: 10339579.

HSL color Cylindrical-coordinate representation of color #FBC49D: hue angle of 24.89º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBC49D is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 196 157 -
CMYK 0 0.22 0.37 0.02
HSL 24.89º 0.92% 0.8% -
HSV(B) 24.89º 0.37% 0.98% -
XYZ 65.61 62.42 40.49 -
YUV 208 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 251 196 157 0 0.22 0.37 0.02 24.89 0.92 0.8
Hex FB C4 9D 0 16 25 2 19 5C 50
Octal 373 304 235 0 26 45 2 31 134 120
Binary 11111011 11000100 10011101 0 10110 100101 10 11001 1011100 1010000

Color Harmonies of #FBC49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC49D

Black with #FBC49D

Text Example


Text Example

White with #FBC49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC49D; }

 p { color: rgb(251,196,157); }

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

background-color css

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

 a { background-color: rgb(251,196,157); }

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

border-color css

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

 span { border-color: rgb(251,196,157); }

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