Html Css Color HEX #FFB193 Rose Bud

📋 copy color: '#FFB193'

red 255 ◦ green 177 ◦ blue 147

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

Shades of Rose Bud #FFB193

Tints of Rose Bud #FFB193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.39%

R = 44.04%
G = 30.57%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFB193 (or 0xFFB193) is known color: Rose Bud. HEX triplet: FF, B1 and 93. RGB value is (255,177,147). Sum of RGB (Red+Green+Blue) = 255+177+147=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB193 is #004E6C. Grayscale: #C5C5C5. Windows color (decimal): -20077 or 9679359. OLE color: 9679359.

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

Color convert

RGB 255 177 147 -
CMYK 0 0.31 0.42 0
HSL 16.67º 1% 0.79% -
HSV(B) 16.67º 0.42% 1% -
XYZ 62.23 54.81 34.9 -
YUV 196.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 255 177 147 0 0.31 0.42 0 16.67 1 0.79
Hex FF B1 93 0 1F 2A 0 11 64 4F
Octal 377 261 223 0 37 52 0 21 144 117
Binary 11111111 10110001 10010011 0 11111 101010 0 10001 1100100 1001111

Color Harmonies of #FFB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB193

Black with #FFB193

Text Example


Text Example

White with #FFB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB193; }

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

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

background-color css

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

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

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

border-color css

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

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

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