Html Css Color HEX #F0A39C Rose Bud

📋 copy color: '#F0A39C'

red 240 ◦ green 163 ◦ blue 156

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

Shades of Rose Bud #F0A39C

Tints of Rose Bud #F0A39C

RGB

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

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

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

R = 42.93%
G = 29.16%
B = 27.91%

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

#F0A39C (or 0xF0A39C) is known color: Rose Bud. HEX triplet: F0, A3 and 9C. RGB value is (240,163,156). Sum of RGB (Red+Green+Blue) = 240+163+156=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A39C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A39C is #0F5C63. Grayscale: #B9B9B9. Windows color (decimal): -1006692 or 10265584. OLE color: 10265584.

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

Color convert

RGB 240 163 156 -
CMYK 0 0.32 0.35 0.06
HSL 0.74% 0.78% -
HSV(B) 0.35% 0.94% -
XYZ 55.03 47.12 37.65 -
YUV 185.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 240 163 156 0 0.32 0.35 0.06 5 0.74 0.78
Hex F0 A3 9C 0 20 23 6 5 4A 4E
Octal 360 243 234 0 40 43 6 5 112 116
Binary 11110000 10100011 10011100 0 100000 100011 110 101 1001010 1001110

Color Harmonies of #F0A39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A39C

Black with #F0A39C

Text Example


Text Example

White with #F0A39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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