Html Css Color HEX #F9A48F Rose Bud

📋 copy color: '#F9A48F'

red 249 ◦ green 164 ◦ blue 143

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

Shades of Rose Bud #F9A48F

Tints of Rose Bud #F9A48F

RGB

 RED value IS 249 (97.66% from 255) = 44.78%

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

 BLUE value IS 143 (56.25% from 255) = 25.72%

R = 44.78%
G = 29.5%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9A48F (or 0xF9A48F) is known color: Rose Bud. HEX triplet: F9, A4 and 8F. RGB value is (249,164,143). Sum of RGB (Red+Green+Blue) = 249+164+143=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A48F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A48F is #065B70. Grayscale: #BBBBBB. Windows color (decimal): -416625 or 9413881. OLE color: 9413881.

HSL color Cylindrical-coordinate representation of color #F9A48F: hue angle of 11.89º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9A48F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 164 143 -
CMYK 0 0.34 0.43 0.02
HSL 11.89º 0.9% 0.77% -
HSV(B) 11.89º 0.43% 0.98% -
XYZ 57.3 48.67 32.36 -
YUV 187.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 249 164 143 0 0.34 0.43 0.02 11.89 0.9 0.77
Hex F9 A4 8F 0 22 2B 2 C 5A 4D
Octal 371 244 217 0 42 53 2 14 132 115
Binary 11111001 10100100 10001111 0 100010 101011 10 1100 1011010 1001101

Color Harmonies of #F9A48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A48F

Black with #F9A48F

Text Example


Text Example

White with #F9A48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A48F; }

 p { color: rgb(249,164,143); }

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

background-color css

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

 a { background-color: rgb(249,164,143); }

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

border-color css

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

 span { border-color: rgb(249,164,143); }

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