Html Css Color HEX #FBC195 Romantic

📋 copy color: '#FBC195'

red 251 ◦ green 193 ◦ blue 149

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

Shades of Romantic #FBC195

Tints of Romantic #FBC195

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.55%

 BLUE value IS 149 (58.59% from 255) = 25.13%

R = 42.33%
G = 32.55%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBC195 (or 0xFBC195) is known color: Romantic. HEX triplet: FB, C1 and 95. RGB value is (251,193,149). Sum of RGB (Red+Green+Blue) = 251+193+149=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC195 is #043E6A. Grayscale: #CDCDCD. Windows color (decimal): -278123 or 9814523. OLE color: 9814523.

HSL color Cylindrical-coordinate representation of color #FBC195: hue angle of 25.88º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBC195 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 193 149 -
CMYK 0 0.23 0.41 0.02
HSL 25.88º 0.93% 0.78% -
HSV(B) 25.88º 0.41% 0.98% -
XYZ 64.28 60.82 36.79 -
YUV 205.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 251 193 149 0 0.23 0.41 0.02 25.88 0.93 0.78
Hex FB C1 95 0 17 29 2 1A 5D 4E
Octal 373 301 225 0 27 51 2 32 135 116
Binary 11111011 11000001 10010101 0 10111 101001 10 11010 1011101 1001110

Color Harmonies of #FBC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC195

Black with #FBC195

Text Example


Text Example

White with #FBC195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC195; }

 p { color: rgb(251,193,149); }

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

background-color css

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

 a { background-color: rgb(251,193,149); }

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

border-color css

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

 span { border-color: rgb(251,193,149); }

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