Html Css Color HEX #FBC29B Romantic

📋 copy color: '#FBC29B'

red 251 ◦ green 194 ◦ blue 155

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

Shades of Romantic #FBC29B

Tints of Romantic #FBC29B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.33%

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

R = 41.83%
G = 32.33%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FBC29B (or 0xFBC29B) is known color: Romantic. HEX triplet: FB, C2 and 9B. RGB value is (251,194,155). Sum of RGB (Red+Green+Blue) = 251+194+155=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC29B is #043D64. Grayscale: #CECECE. Windows color (decimal): -277861 or 10207995. OLE color: 10207995.

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

Color convert

RGB 251 194 155 -
CMYK 0 0.23 0.38 0.02
HSL 24.38º 0.92% 0.8% -
HSV(B) 24.38º 0.38% 0.98% -
XYZ 64.99 61.46 39.45 -
YUV 206.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 251 194 155 0 0.23 0.38 0.02 24.38 0.92 0.8
Hex FB C2 9B 0 17 26 2 18 5C 50
Octal 373 302 233 0 27 46 2 30 134 120
Binary 11111011 11000010 10011011 0 10111 100110 10 11000 1011100 1010000

Color Harmonies of #FBC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC29B

Black with #FBC29B

Text Example


Text Example

White with #FBC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC29B; }

 p { color: rgb(251,194,155); }

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

background-color css

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

 a { background-color: rgb(251,194,155); }

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

border-color css

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

 span { border-color: rgb(251,194,155); }

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