Html Css Color HEX #F9A88C Rose Bud

📋 copy color: '#F9A88C'

red 249 ◦ green 168 ◦ blue 140

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

Shades of Rose Bud #F9A88C

Tints of Rose Bud #F9A88C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.16%

 BLUE value IS 140 (55.08% from 255) = 25.13%

R = 44.7%
G = 30.16%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9A88C (or 0xF9A88C) is known color: Rose Bud. HEX triplet: F9, A8 and 8C. RGB value is (249,168,140). Sum of RGB (Red+Green+Blue) = 249+168+140=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A88C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A88C is #065773. Grayscale: #BDBDBD. Windows color (decimal): -415604 or 9218297. OLE color: 9218297.

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

Color convert

RGB 249 168 140 -
CMYK 0 0.33 0.44 0.02
HSL 15.41º 0.9% 0.76% -
HSV(B) 15.41º 0.44% 0.98% -
XYZ 57.8 50.04 31.42 -
YUV 189.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 249 168 140 0 0.33 0.44 0.02 15.41 0.9 0.76
Hex F9 A8 8C 0 21 2C 2 F 5A 4C
Octal 371 250 214 0 41 54 2 17 132 114
Binary 11111001 10101000 10001100 0 100001 101100 10 1111 1011010 1001100

Color Harmonies of #F9A88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A88C

Black with #F9A88C

Text Example


Text Example

White with #F9A88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A88C; }

 p { color: rgb(249,168,140); }

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

background-color css

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

 a { background-color: rgb(249,168,140); }

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

border-color css

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

 span { border-color: rgb(249,168,140); }

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