Html Css Color HEX #FBA798 Rose Bud

📋 copy color: '#FBA798'

red 251 ◦ green 167 ◦ blue 152

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

Shades of Rose Bud #FBA798

Tints of Rose Bud #FBA798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.67%

R = 44.04%
G = 29.3%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBA798 (or 0xFBA798) is known color: Rose Bud. HEX triplet: FB, A7 and 98. RGB value is (251,167,152). Sum of RGB (Red+Green+Blue) = 251+167+152=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA798 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA798 is #045867. Grayscale: #BEBEBE. Windows color (decimal): -284776 or 10004475. OLE color: 10004475.

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

Color convert

RGB 251 167 152 -
CMYK 0 0.33 0.39 0.02
HSL 9.09º 0.93% 0.79% -
HSV(B) 9.09º 0.39% 0.98% -
XYZ 59.27 50.41 36.31 -
YUV 190.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 251 167 152 0 0.33 0.39 0.02 9.09 0.93 0.79
Hex FB A7 98 0 21 27 2 9 5D 4F
Octal 373 247 230 0 41 47 2 11 135 117
Binary 11111011 10100111 10011000 0 100001 100111 10 1001 1011101 1001111

Color Harmonies of #FBA798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA798

Black with #FBA798

Text Example


Text Example

White with #FBA798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA798; }

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

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

background-color css

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

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

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

border-color css

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

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

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