Html Css Color HEX #FBA78D Rose Bud

📋 copy color: '#FBA78D'

red 251 ◦ green 167 ◦ blue 141

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

Shades of Rose Bud #FBA78D

Tints of Rose Bud #FBA78D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.87%

 BLUE value IS 141 (55.47% from 255) = 25.22%

R = 44.9%
G = 29.87%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FBA78D (or 0xFBA78D) is known color: Rose Bud. HEX triplet: FB, A7 and 8D. RGB value is (251,167,141). Sum of RGB (Red+Green+Blue) = 251+167+141=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA78D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA78D is #045872. Grayscale: #BDBDBD. Windows color (decimal): -284787 or 9283579. OLE color: 9283579.

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

Color convert

RGB 251 167 141 -
CMYK 0 0.33 0.44 0.02
HSL 14.18º 0.93% 0.77% -
HSV(B) 14.18º 0.44% 0.98% -
XYZ 58.41 50.07 31.79 -
YUV 189.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 251 167 141 0 0.33 0.44 0.02 14.18 0.93 0.77
Hex FB A7 8D 0 21 2C 2 E 5D 4D
Octal 373 247 215 0 41 54 2 16 135 115
Binary 11111011 10100111 10001101 0 100001 101100 10 1110 1011101 1001101

Color Harmonies of #FBA78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA78D

Black with #FBA78D

Text Example


Text Example

White with #FBA78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA78D; }

 p { color: rgb(251,167,141); }

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

background-color css

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

 a { background-color: rgb(251,167,141); }

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

border-color css

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

 span { border-color: rgb(251,167,141); }

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