Html Css Color HEX #FFB199 Rose Bud

📋 copy color: '#FFB199'

red 255 ◦ green 177 ◦ blue 153

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

Shades of Rose Bud #FFB199

Tints of Rose Bud #FFB199

RGB

 RED value IS 255 (100% from 255) = 43.59%

 GREEN value IS 177 (69.53% from 255) = 30.26%

 BLUE value IS 153 (60.16% from 255) = 26.15%

R = 43.59%
G = 30.26%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FFB199 (or 0xFFB199) is known color: Rose Bud. HEX triplet: FF, B1 and 99. RGB value is (255,177,153). Sum of RGB (Red+Green+Blue) = 255+177+153=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB199 is #004E66. Grayscale: #C5C5C5. Windows color (decimal): -20071 or 10072575. OLE color: 10072575.

HSL color Cylindrical-coordinate representation of color #FFB199: hue angle of 14.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFB199 is Cyan = 0, Magento = 0.31, Yellow = 0.4 and Black (K on CMYK) = 0.

Color convert

RGB 255 177 153 -
CMYK 0 0.31 0.4 0
HSL 14.12º 1% 0.8% -
HSV(B) 14.12º 0.4% 1% -
XYZ 62.71 55 37.45 -
YUV 197.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 255 177 153 0 0.31 0.4 0 14.12 1 0.8
Hex FF B1 99 0 1F 28 0 E 64 50
Octal 377 261 231 0 37 50 0 16 144 120
Binary 11111111 10110001 10011001 0 11111 101000 0 1110 1100100 1010000

Color Harmonies of #FFB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB199

Black with #FFB199

Text Example


Text Example

White with #FFB199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB199; }

 p { color: rgb(255,177,153); }

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

background-color css

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

 a { background-color: rgb(255,177,153); }

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

border-color css

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

 span { border-color: rgb(255,177,153); }

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