Html Css Color HEX #FBB099 Rose Bud

📋 copy color: '#FBB099'

red 251 ◦ green 176 ◦ blue 153

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

Shades of Rose Bud #FBB099

Tints of Rose Bud #FBB099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.34%

 BLUE value IS 153 (60.16% from 255) = 26.38%

R = 43.28%
G = 30.34%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBB099 (or 0xFBB099) is known color: Rose Bud. HEX triplet: FB, B0 and 99. RGB value is (251,176,153). Sum of RGB (Red+Green+Blue) = 251+176+153=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB099 is #044F66. Grayscale: #C3C3C3. Windows color (decimal): -282471 or 10072315. OLE color: 10072315.

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

Color convert

RGB 251 176 153 -
CMYK 0 0.30 0.39 0.02
HSL 14.08º 0.92% 0.79% -
HSV(B) 14.08º 0.39% 0.98% -
XYZ 61.06 53.86 37.31 -
YUV 195.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 251 176 153 0 0.30 0.39 0.02 14.08 0.92 0.79
Hex FB B0 99 0 1E 27 2 E 5C 4F
Octal 373 260 231 0 36 47 2 16 134 117
Binary 11111011 10110000 10011001 0 11110 100111 10 1110 1011100 1001111

Color Harmonies of #FBB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB099

Black with #FBB099

Text Example


Text Example

White with #FBB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB099; }

 p { color: rgb(251,176,153); }

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

background-color css

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

 a { background-color: rgb(251,176,153); }

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

border-color css

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

 span { border-color: rgb(251,176,153); }

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