Html Css Color HEX #FBA99E Rose Bud

📋 copy color: '#FBA99E'

red 251 ◦ green 169 ◦ blue 158

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

Shades of Rose Bud #FBA99E

Tints of Rose Bud #FBA99E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.24%

 BLUE value IS 158 (62.11% from 255) = 27.34%

R = 43.43%
G = 29.24%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBA99E (or 0xFBA99E) is known color: Rose Bud. HEX triplet: FB, A9 and 9E. RGB value is (251,169,158). Sum of RGB (Red+Green+Blue) = 251+169+158=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA99E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA99E is #045661. Grayscale: #C0C0C0. Windows color (decimal): -284258 or 10398203. OLE color: 10398203.

HSL color Cylindrical-coordinate representation of color #FBA99E: hue angle of 7.1º 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 #FBA99E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 169 158 -
CMYK 0 0.33 0.37 0.02
HSL 7.1º 0.92% 0.8% -
HSV(B) 7.1º 0.37% 0.98% -
XYZ 60.14 51.35 39.09 -
YUV 192.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 251 169 158 0 0.33 0.37 0.02 7.1 0.92 0.8
Hex FB A9 9E 0 21 25 2 7 5C 50
Octal 373 251 236 0 41 45 2 7 134 120
Binary 11111011 10101001 10011110 0 100001 100101 10 111 1011100 1010000

Color Harmonies of #FBA99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA99E

Black with #FBA99E

Text Example


Text Example

White with #FBA99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA99E; }

 p { color: rgb(251,169,158); }

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

background-color css

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

 a { background-color: rgb(251,169,158); }

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

border-color css

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

 span { border-color: rgb(251,169,158); }

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