Html Css Color HEX #F0A89C Rose Bud

📋 copy color: '#F0A89C'

red 240 ◦ green 168 ◦ blue 156

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

Shades of Rose Bud #F0A89C

Tints of Rose Bud #F0A89C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.66%

R = 42.55%
G = 29.79%
B = 27.66%

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

#F0A89C (or 0xF0A89C) is known color: Rose Bud. HEX triplet: F0, A8 and 9C. RGB value is (240,168,156). Sum of RGB (Red+Green+Blue) = 240+168+156=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A89C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A89C is #0F5763. Grayscale: #BCBCBC. Windows color (decimal): -1005412 or 10266864. OLE color: 10266864.

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

Color convert

RGB 240 168 156 -
CMYK 0 0.3 0.35 0.06
HSL 8.57º 0.74% 0.78% -
HSV(B) 8.57º 0.35% 0.94% -
XYZ 55.94 48.93 37.95 -
YUV 188.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 240 168 156 0 0.3 0.35 0.06 8.57 0.74 0.78
Hex F0 A8 9C 0 1E 23 6 9 4A 4E
Octal 360 250 234 0 36 43 6 11 112 116
Binary 11110000 10101000 10011100 0 11110 100011 110 1001 1001010 1001110

Color Harmonies of #F0A89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A89C

Black with #F0A89C

Text Example


Text Example

White with #F0A89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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