Html Css Color HEX #F0A39B Rose Bud

📋 copy color: '#F0A39B'

red 240 ◦ green 163 ◦ blue 155

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

Shades of Rose Bud #F0A39B

Tints of Rose Bud #F0A39B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.21%

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

R = 43.01%
G = 29.21%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0A39B (or 0xF0A39B) is known color: Rose Bud. HEX triplet: F0, A3 and 9B. RGB value is (240,163,155). Sum of RGB (Red+Green+Blue) = 240+163+155=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A39B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A39B is #0F5C64. Grayscale: #B9B9B9. Windows color (decimal): -1006693 or 10200048. OLE color: 10200048.

HSL color Cylindrical-coordinate representation of color #F0A39B: hue angle of 5.65º 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 #F0A39B is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 163 155 -
CMYK 0 0.32 0.35 0.06
HSL 5.65º 0.74% 0.77% -
HSV(B) 5.65º 0.35% 0.94% -
XYZ 54.95 47.09 37.2 -
YUV 185.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 240 163 155 0 0.32 0.35 0.06 5.65 0.74 0.77
Hex F0 A3 9B 0 20 23 6 6 4A 4D
Octal 360 243 233 0 40 43 6 6 112 115
Binary 11110000 10100011 10011011 0 100000 100011 110 110 1001010 1001101

Color Harmonies of #F0A39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A39B

Black with #F0A39B

Text Example


Text Example

White with #F0A39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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