Html Css Color HEX #F9AD9C Rose Bud

📋 copy color: '#F9AD9C'

red 249 ◦ green 173 ◦ blue 156

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

Shades of Rose Bud #F9AD9C

Tints of Rose Bud #F9AD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.93%

 BLUE value IS 156 (61.33% from 255) = 26.99%

R = 43.08%
G = 29.93%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9AD9C (or 0xF9AD9C) is known color: Rose Bud. HEX triplet: F9, AD and 9C. RGB value is (249,173,156). Sum of RGB (Red+Green+Blue) = 249+173+156=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AD9C is #065263. Grayscale: #C1C1C1. Windows color (decimal): -414308 or 10268153. OLE color: 10268153.

HSL color Cylindrical-coordinate representation of color #F9AD9C: hue angle of 10.97º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9AD9C is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 173 156 -
CMYK 0 0.31 0.37 0.02
HSL 10.97º 0.89% 0.79% -
HSV(B) 10.97º 0.37% 0.98% -
XYZ 60.01 52.43 38.41 -
YUV 193.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 249 173 156 0 0.31 0.37 0.02 10.97 0.89 0.79
Hex F9 AD 9C 0 1F 25 2 B 59 4F
Octal 371 255 234 0 37 45 2 13 131 117
Binary 11111001 10101101 10011100 0 11111 100101 10 1011 1011001 1001111

Color Harmonies of #F9AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AD9C

Black with #F9AD9C

Text Example


Text Example

White with #F9AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AD9C; }

 p { color: rgb(249,173,156); }

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

background-color css

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

 a { background-color: rgb(249,173,156); }

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

border-color css

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

 span { border-color: rgb(249,173,156); }

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