Html Css Color HEX #F9AF9A Rose Bud

📋 copy color: '#F9AF9A'

red 249 ◦ green 175 ◦ blue 154

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

Shades of Rose Bud #F9AF9A

Tints of Rose Bud #F9AF9A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.28%

 BLUE value IS 154 (60.55% from 255) = 26.64%

R = 43.08%
G = 30.28%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9AF9A (or 0xF9AF9A) is known color: Rose Bud. HEX triplet: F9, AF and 9A. RGB value is (249,175,154). Sum of RGB (Red+Green+Blue) = 249+175+154=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AF9A is #065065. Grayscale: #C2C2C2. Windows color (decimal): -413798 or 10137593. OLE color: 10137593.

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

Color convert

RGB 249 175 154 -
CMYK 0 0.30 0.38 0.02
HSL 13.26º 0.89% 0.79% -
HSV(B) 13.26º 0.38% 0.98% -
XYZ 60.23 53.13 37.65 -
YUV 194.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 249 175 154 0 0.30 0.38 0.02 13.26 0.89 0.79
Hex F9 AF 9A 0 1E 26 2 D 59 4F
Octal 371 257 232 0 36 46 2 15 131 117
Binary 11111001 10101111 10011010 0 11110 100110 10 1101 1011001 1001111

Color Harmonies of #F9AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AF9A

Black with #F9AF9A

Text Example


Text Example

White with #F9AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AF9A; }

 p { color: rgb(249,175,154); }

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

background-color css

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

 a { background-color: rgb(249,175,154); }

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

border-color css

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

 span { border-color: rgb(249,175,154); }

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