Html Css Color HEX #FBA593 Rose Bud

📋 copy color: '#FBA593'

red 251 ◦ green 165 ◦ blue 147

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

Shades of Rose Bud #FBA593

Tints of Rose Bud #FBA593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.11%

R = 44.58%
G = 29.31%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBA593 (or 0xFBA593) is known color: Rose Bud. HEX triplet: FB, A5 and 93. RGB value is (251,165,147). Sum of RGB (Red+Green+Blue) = 251+165+147=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA593 is #045A6C. Grayscale: #BCBCBC. Windows color (decimal): -285293 or 9676283. OLE color: 9676283.

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

Color convert

RGB 251 165 147 -
CMYK 0 0.34 0.41 0.02
HSL 10.38º 0.93% 0.78% -
HSV(B) 10.38º 0.41% 0.98% -
XYZ 58.51 49.53 34.08 -
YUV 188.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 251 165 147 0 0.34 0.41 0.02 10.38 0.93 0.78
Hex FB A5 93 0 22 29 2 A 5D 4E
Octal 373 245 223 0 42 51 2 12 135 116
Binary 11111011 10100101 10010011 0 100010 101001 10 1010 1011101 1001110

Color Harmonies of #FBA593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA593

Black with #FBA593

Text Example


Text Example

White with #FBA593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA593; }

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

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

background-color css

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

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

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

border-color css

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

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

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