Html Css Color HEX #FBA694 Rose Bud

📋 copy color: '#FBA694'

red 251 ◦ green 166 ◦ blue 148

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

Shades of Rose Bud #FBA694

Tints of Rose Bud #FBA694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.38%

 BLUE value IS 148 (58.2% from 255) = 26.19%

R = 44.42%
G = 29.38%
B = 26.19%

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

#FBA694 (or 0xFBA694) is known color: Rose Bud. HEX triplet: FB, A6 and 94. RGB value is (251,166,148). Sum of RGB (Red+Green+Blue) = 251+166+148=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA694 is #04596B. Grayscale: #BDBDBD. Windows color (decimal): -285036 or 9742075. OLE color: 9742075.

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

Color convert

RGB 251 166 148 -
CMYK 0 0.34 0.41 0.02
HSL 10.49º 0.93% 0.78% -
HSV(B) 10.49º 0.41% 0.98% -
XYZ 58.77 49.92 34.56 -
YUV 189.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 251 166 148 0 0.34 0.41 0.02 10.49 0.93 0.78
Hex FB A6 94 0 22 29 2 A 5D 4E
Octal 373 246 224 0 42 51 2 12 135 116
Binary 11111011 10100110 10010100 0 100010 101001 10 1010 1011101 1001110

Color Harmonies of #FBA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA694

Black with #FBA694

Text Example


Text Example

White with #FBA694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA694; }

 p { color: rgb(251,166,148); }

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

background-color css

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

 a { background-color: rgb(251,166,148); }

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

border-color css

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

 span { border-color: rgb(251,166,148); }

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