Html Css Color HEX #FBA69C Rose Bud

📋 copy color: '#FBA69C'

red 251 ◦ green 166 ◦ blue 156

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

Shades of Rose Bud #FBA69C

Tints of Rose Bud #FBA69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.23%

R = 43.8%
G = 28.97%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FBA69C (or 0xFBA69C) is known color: Rose Bud. HEX triplet: FB, A6 and 9C. RGB value is (251,166,156). Sum of RGB (Red+Green+Blue) = 251+166+156=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA69C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA69C is #045963. Grayscale: #BEBEBE. Windows color (decimal): -285028 or 10266363. OLE color: 10266363.

HSL color Cylindrical-coordinate representation of color #FBA69C: hue angle of 6.32º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBA69C is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 156 -
CMYK 0 0.34 0.38 0.02
HSL 6.32º 0.92% 0.8% -
HSV(B) 6.32º 0.38% 0.98% -
XYZ 59.42 50.18 38.01 -
YUV 190.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 251 166 156 0 0.34 0.38 0.02 6.32 0.92 0.8
Hex FB A6 9C 0 22 26 2 6 5C 50
Octal 373 246 234 0 42 46 2 6 134 120
Binary 11111011 10100110 10011100 0 100010 100110 10 110 1011100 1010000

Color Harmonies of #FBA69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA69C

Black with #FBA69C

Text Example


Text Example

White with #FBA69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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