Html Css Color HEX #FFA496 Rose Bud

📋 copy color: '#FFA496'

red 255 ◦ green 164 ◦ blue 150

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

Shades of Rose Bud #FFA496

Tints of Rose Bud #FFA496

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.82%

 BLUE value IS 150 (58.98% from 255) = 26.36%

R = 44.82%
G = 28.82%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFA496 (or 0xFFA496) is known color: Rose Bud. HEX triplet: FF, A4 and 96. RGB value is (255,164,150). Sum of RGB (Red+Green+Blue) = 255+164+150=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA496 is #005B69. Grayscale: #BDBDBD. Windows color (decimal): -23402 or 9872639. OLE color: 9872639.

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

Color convert

RGB 255 164 150 -
CMYK 0 0.36 0.41 0
HSL 1% 0.79% -
HSV(B) 0.41% 1% -
XYZ 60.02 50.01 35.34 -
YUV 189.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 255 164 150 0 0.36 0.41 0 8 1 0.79
Hex FF A4 96 0 24 29 0 8 64 4F
Octal 377 244 226 0 44 51 0 10 144 117
Binary 11111111 10100100 10010110 0 100100 101001 0 1000 1100100 1001111

Color Harmonies of #FFA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA496

Black with #FFA496

Text Example


Text Example

White with #FFA496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA496; }

 p { color: rgb(255,164,150); }

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

background-color css

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

 a { background-color: rgb(255,164,150); }

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

border-color css

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

 span { border-color: rgb(255,164,150); }

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