Html Css Color HEX #F0A89B Rose Bud

📋 copy color: '#F0A89B'

red 240 ◦ green 168 ◦ blue 155

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

Shades of Rose Bud #F0A89B

Tints of Rose Bud #F0A89B

RGB

 RED value IS 240 (94.14% from 255) = 42.63%

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

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

R = 42.63%
G = 29.84%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0A89B (or 0xF0A89B) is known color: Rose Bud. HEX triplet: F0, A8 and 9B. RGB value is (240,168,155). Sum of RGB (Red+Green+Blue) = 240+168+155=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A89B is #0F5764. Grayscale: #BCBCBC. Windows color (decimal): -1005413 or 10201328. OLE color: 10201328.

HSL color Cylindrical-coordinate representation of color #F0A89B: hue angle of 9.18º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0A89B is Cyan = 0, Magento = 0.3, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 168 155 -
CMYK 0 0.3 0.35 0.06
HSL 9.18º 0.74% 0.77% -
HSV(B) 9.18º 0.35% 0.94% -
XYZ 55.85 48.9 37.5 -
YUV 188.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 240 168 155 0 0.3 0.35 0.06 9.18 0.74 0.77
Hex F0 A8 9B 0 1E 23 6 9 4A 4D
Octal 360 250 233 0 36 43 6 11 112 115
Binary 11110000 10101000 10011011 0 11110 100011 110 1001 1001010 1001101

Color Harmonies of #F0A89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A89B

Black with #F0A89B

Text Example


Text Example

White with #F0A89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A89B; }

 p { color: rgb(240,168,155); }

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

background-color css

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

 a { background-color: rgb(240,168,155); }

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

border-color css

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

 span { border-color: rgb(240,168,155); }

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