Html Css Color HEX #F5AB92 Rose Bud

📋 copy color: '#F5AB92'

red 245 ◦ green 171 ◦ blue 146

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

Shades of Rose Bud #F5AB92

Tints of Rose Bud #F5AB92

RGB

 RED value IS 245 (96.09% from 255) = 43.59%

 GREEN value IS 171 (67.19% from 255) = 30.43%

 BLUE value IS 146 (57.42% 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.04

RGB Variations

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

Color information

#F5AB92 (or 0xF5AB92) is known color: Rose Bud. HEX triplet: F5, AB and 92. RGB value is (245,171,146). Sum of RGB (Red+Green+Blue) = 245+171+146=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AB92 is #0A546D. Grayscale: #BEBEBE. Windows color (decimal): -676974 or 9612277. OLE color: 9612277.

HSL color Cylindrical-coordinate representation of color #F5AB92: hue angle of 15.15º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5AB92 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 171 146 -
CMYK 0 0.30 0.40 0.04
HSL 15.15º 0.83% 0.77% -
HSV(B) 15.15º 0.4% 0.96% -
XYZ 57.41 50.61 33.94 -
YUV 190.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 245 171 146 0 0.30 0.40 0.04 15.15 0.83 0.77
Hex F5 AB 92 0 1E 28 4 F 53 4D
Octal 365 253 222 0 36 50 4 17 123 115
Binary 11110101 10101011 10010010 0 11110 101000 100 1111 1010011 1001101

Color Harmonies of #F5AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB92

Black with #F5AB92

Text Example


Text Example

White with #F5AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB92; }

 p { color: rgb(245,171,146); }

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

background-color css

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

 a { background-color: rgb(245,171,146); }

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

border-color css

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

 span { border-color: rgb(245,171,146); }

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