Html Css Color HEX #F1A99B Rose Bud

📋 copy color: '#F1A99B'

red 241 ◦ green 169 ◦ blue 155

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

Shades of Rose Bud #F1A99B

Tints of Rose Bud #F1A99B

RGB

 RED value IS 241 (94.53% from 255) = 42.65%

 GREEN value IS 169 (66.41% from 255) = 29.91%

 BLUE value IS 155 (60.94% from 255) = 27.43%

R = 42.65%
G = 29.91%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1A99B (or 0xF1A99B) is known color: Rose Bud. HEX triplet: F1, A9 and 9B. RGB value is (241,169,155). Sum of RGB (Red+Green+Blue) = 241+169+155=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A99B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A99B is #0E5664. Grayscale: #BDBDBD. Windows color (decimal): -939621 or 10201585. OLE color: 10201585.

HSL color Cylindrical-coordinate representation of color #F1A99B: hue angle of 9.77º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1A99B is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 169 155 -
CMYK 0 0.30 0.36 0.05
HSL 9.77º 0.75% 0.78% -
HSV(B) 9.77º 0.36% 0.95% -
XYZ 56.38 49.44 37.58 -
YUV 188.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 241 169 155 0 0.30 0.36 0.05 9.77 0.75 0.78
Hex F1 A9 9B 0 1E 24 5 A 4B 4E
Octal 361 251 233 0 36 44 5 12 113 116
Binary 11110001 10101001 10011011 0 11110 100100 101 1010 1001011 1001110

Color Harmonies of #F1A99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A99B

Black with #F1A99B

Text Example


Text Example

White with #F1A99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A99B; }

 p { color: rgb(241,169,155); }

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

background-color css

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

 a { background-color: rgb(241,169,155); }

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

border-color css

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

 span { border-color: rgb(241,169,155); }

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