Html Css Color HEX #FFB298 Rose Bud

📋 copy color: '#FFB298'

red 255 ◦ green 178 ◦ blue 152

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

Shades of Rose Bud #FFB298

Tints of Rose Bud #FFB298

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.43%

 BLUE value IS 152 (59.77% from 255) = 25.98%

R = 43.59%
G = 30.43%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFB298 (or 0xFFB298) is known color: Rose Bud. HEX triplet: FF, B2 and 98. RGB value is (255,178,152). Sum of RGB (Red+Green+Blue) = 255+178+152=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB298 is #004D67. Grayscale: #C6C6C6. Windows color (decimal): -19816 or 10007295. OLE color: 10007295.

HSL color Cylindrical-coordinate representation of color #FFB298: hue angle of 15.15º 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 #FFB298 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 255 178 152 -
CMYK 0 0.30 0.40 0
HSL 15.15º 1% 0.8% -
HSV(B) 15.15º 0.4% 1% -
XYZ 62.83 55.37 37.08 -
YUV 198.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 255 178 152 0 0.30 0.40 0 15.15 1 0.8
Hex FF B2 98 0 1E 28 0 F 64 50
Octal 377 262 230 0 36 50 0 17 144 120
Binary 11111111 10110010 10011000 0 11110 101000 0 1111 1100100 1010000

Color Harmonies of #FFB298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB298

Black with #FFB298

Text Example


Text Example

White with #FFB298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB298; }

 p { color: rgb(255,178,152); }

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

background-color css

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

 a { background-color: rgb(255,178,152); }

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

border-color css

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

 span { border-color: rgb(255,178,152); }

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