Html Css Color HEX #F0A29D Rose Bud

📋 copy color: '#F0A29D'

red 240 ◦ green 162 ◦ blue 157

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

Shades of Rose Bud #F0A29D

Tints of Rose Bud #F0A29D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.98%

 BLUE value IS 157 (61.72% from 255) = 28.09%

R = 42.93%
G = 28.98%
B = 28.09%

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

#F0A29D (or 0xF0A29D) is known color: Rose Bud. HEX triplet: F0, A2 and 9D. RGB value is (240,162,157). Sum of RGB (Red+Green+Blue) = 240+162+157=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A29D is #0F5D62. Grayscale: #B8B8B8. Windows color (decimal): -1006947 or 10330864. OLE color: 10330864.

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

Color convert

RGB 240 162 157 -
CMYK 0 0.32 0.35 0.06
HSL 3.61º 0.73% 0.78% -
HSV(B) 3.61º 0.35% 0.94% -
XYZ 54.94 46.8 38.04 -
YUV 184.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 240 162 157 0 0.32 0.35 0.06 3.61 0.73 0.78
Hex F0 A2 9D 0 20 23 6 4 49 4E
Octal 360 242 235 0 40 43 6 4 111 116
Binary 11110000 10100010 10011101 0 100000 100011 110 100 1001001 1001110

Color Harmonies of #F0A29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A29D

Black with #F0A29D

Text Example


Text Example

White with #F0A29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A29D; }

 p { color: rgb(240,162,157); }

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

background-color css

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

 a { background-color: rgb(240,162,157); }

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

border-color css

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

 span { border-color: rgb(240,162,157); }

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