Html Css Color HEX #FBA893 Rose Bud

📋 copy color: '#FBA893'

red 251 ◦ green 168 ◦ blue 147

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

Shades of Rose Bud #FBA893

Tints of Rose Bud #FBA893

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.68%

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

R = 44.35%
G = 29.68%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBA893 (or 0xFBA893) is known color: Rose Bud. HEX triplet: FB, A8 and 93. RGB value is (251,168,147). Sum of RGB (Red+Green+Blue) = 251+168+147=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA893 is #04576C. Grayscale: #BEBEBE. Windows color (decimal): -284525 or 9677051. OLE color: 9677051.

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

Color convert

RGB 251 168 147 -
CMYK 0 0.33 0.41 0.02
HSL 12.12º 0.93% 0.78% -
HSV(B) 12.12º 0.41% 0.98% -
XYZ 59.05 50.62 34.26 -
YUV 190.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 251 168 147 0 0.33 0.41 0.02 12.12 0.93 0.78
Hex FB A8 93 0 21 29 2 C 5D 4E
Octal 373 250 223 0 41 51 2 14 135 116
Binary 11111011 10101000 10010011 0 100001 101001 10 1100 1011101 1001110

Color Harmonies of #FBA893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA893

Black with #FBA893

Text Example


Text Example

White with #FBA893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA893; }

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

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

background-color css

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

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

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

border-color css

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

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

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