Html Css Color HEX #FBA68C Rose Bud

📋 copy color: '#FBA68C'

red 251 ◦ green 166 ◦ blue 140

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

Shades of Rose Bud #FBA68C

Tints of Rose Bud #FBA68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.13%

R = 45.06%
G = 29.8%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FBA68C (or 0xFBA68C) is known color: Rose Bud. HEX triplet: FB, A6 and 8C. RGB value is (251,166,140). Sum of RGB (Red+Green+Blue) = 251+166+140=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA68C is #045973. Grayscale: #BCBCBC. Windows color (decimal): -285044 or 9217787. OLE color: 9217787.

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

Color convert

RGB 251 166 140 -
CMYK 0 0.34 0.44 0.02
HSL 14.05º 0.93% 0.77% -
HSV(B) 14.05º 0.44% 0.98% -
XYZ 58.15 49.68 31.33 -
YUV 188.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 251 166 140 0 0.34 0.44 0.02 14.05 0.93 0.77
Hex FB A6 8C 0 22 2C 2 E 5D 4D
Octal 373 246 214 0 42 54 2 16 135 115
Binary 11111011 10100110 10001100 0 100010 101100 10 1110 1011101 1001101

Color Harmonies of #FBA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA68C

Black with #FBA68C

Text Example


Text Example

White with #FBA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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