Html Css Color HEX #F2A699 Rose Bud

📋 copy color: '#F2A699'

red 242 ◦ green 166 ◦ blue 153

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

Shades of Rose Bud #F2A699

Tints of Rose Bud #F2A699

RGB

 RED value IS 242 (94.92% from 255) = 43.14%

 GREEN value IS 166 (65.23% from 255) = 29.59%

 BLUE value IS 153 (60.16% from 255) = 27.27%

R = 43.14%
G = 29.59%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2A699 (or 0xF2A699) is known color: Rose Bud. HEX triplet: F2, A6 and 99. RGB value is (242,166,153). Sum of RGB (Red+Green+Blue) = 242+166+153=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A699 is #0D5966. Grayscale: #BBBBBB. Windows color (decimal): -874855 or 10069746. OLE color: 10069746.

HSL color Cylindrical-coordinate representation of color #F2A699: hue angle of 8.76º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2A699 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 166 153 -
CMYK 0 0.31 0.37 0.05
HSL 8.76º 0.77% 0.77% -
HSV(B) 8.76º 0.37% 0.95% -
XYZ 56 48.45 36.54 -
YUV 187.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 242 166 153 0 0.31 0.37 0.05 8.76 0.77 0.77
Hex F2 A6 99 0 1F 25 5 9 4D 4D
Octal 362 246 231 0 37 45 5 11 115 115
Binary 11110010 10100110 10011001 0 11111 100101 101 1001 1001101 1001101

Color Harmonies of #F2A699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A699

Black with #F2A699

Text Example


Text Example

White with #F2A699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A699; }

 p { color: rgb(242,166,153); }

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

background-color css

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

 a { background-color: rgb(242,166,153); }

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

border-color css

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

 span { border-color: rgb(242,166,153); }

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