Html Css Color HEX #FBA58E Rose Bud

📋 copy color: '#FBA58E'

red 251 ◦ green 165 ◦ blue 142

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

Shades of Rose Bud #FBA58E

Tints of Rose Bud #FBA58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.57%

 BLUE value IS 142 (55.86% from 255) = 25.45%

R = 44.98%
G = 29.57%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBA58E (or 0xFBA58E) is known color: Rose Bud. HEX triplet: FB, A5 and 8E. RGB value is (251,165,142). Sum of RGB (Red+Green+Blue) = 251+165+142=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA58E is #045A71. Grayscale: #BCBCBC. Windows color (decimal): -285298 or 9348603. OLE color: 9348603.

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

Color convert

RGB 251 165 142 -
CMYK 0 0.34 0.43 0.02
HSL 12.66º 0.93% 0.77% -
HSV(B) 12.66º 0.43% 0.98% -
XYZ 58.12 49.37 32.06 -
YUV 188.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 251 165 142 0 0.34 0.43 0.02 12.66 0.93 0.77
Hex FB A5 8E 0 22 2B 2 D 5D 4D
Octal 373 245 216 0 42 53 2 15 135 115
Binary 11111011 10100101 10001110 0 100010 101011 10 1101 1011101 1001101

Color Harmonies of #FBA58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA58E

Black with #FBA58E

Text Example


Text Example

White with #FBA58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA58E; }

 p { color: rgb(251,165,142); }

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

background-color css

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

 a { background-color: rgb(251,165,142); }

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

border-color css

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

 span { border-color: rgb(251,165,142); }

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