Html Css Color HEX #FBA19C Rose Bud

📋 copy color: '#FBA19C'

red 251 ◦ green 161 ◦ blue 156

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

Shades of Rose Bud #FBA19C

Tints of Rose Bud #FBA19C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.35%

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

R = 44.19%
G = 28.35%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FBA19C (or 0xFBA19C) is known color: Rose Bud. HEX triplet: FB, A1 and 9C. RGB value is (251,161,156). Sum of RGB (Red+Green+Blue) = 251+161+156=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA19C is #045E63. Grayscale: #BBBBBB. Windows color (decimal): -286308 or 10265083. OLE color: 10265083.

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

Color convert

RGB 251 161 156 -
CMYK 0 0.36 0.38 0.02
HSL 3.16º 0.92% 0.8% -
HSV(B) 3.16º 0.38% 0.98% -
XYZ 58.53 48.4 37.71 -
YUV 187.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 251 161 156 0 0.36 0.38 0.02 3.16 0.92 0.8
Hex FB A1 9C 0 24 26 2 3 5C 50
Octal 373 241 234 0 44 46 2 3 134 120
Binary 11111011 10100001 10011100 0 100100 100110 10 11 1011100 1010000

Color Harmonies of #FBA19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA19C

Black with #FBA19C

Text Example


Text Example

White with #FBA19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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