Html Css Color HEX #F2A799 Rose Bud

📋 copy color: '#F2A799'

red 242 ◦ green 167 ◦ blue 153

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

Shades of Rose Bud #F2A799

Tints of Rose Bud #F2A799

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.72%

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

R = 43.06%
G = 29.72%
B = 27.22%

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

#F2A799 (or 0xF2A799) is known color: Rose Bud. HEX triplet: F2, A7 and 99. RGB value is (242,167,153). Sum of RGB (Red+Green+Blue) = 242+167+153=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A799 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A799 is #0D5866. Grayscale: #BBBBBB. Windows color (decimal): -874599 or 10070002. OLE color: 10070002.

HSL color Cylindrical-coordinate representation of color #F2A799: hue angle of 9.44º 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 #F2A799 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 167 153 -
CMYK 0 0.31 0.37 0.05
HSL 9.44º 0.77% 0.77% -
HSV(B) 9.44º 0.37% 0.95% -
XYZ 56.19 48.81 36.6 -
YUV 187.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 242 167 153 0 0.31 0.37 0.05 9.44 0.77 0.77
Hex F2 A7 99 0 1F 25 5 9 4D 4D
Octal 362 247 231 0 37 45 5 11 115 115
Binary 11110010 10100111 10011001 0 11111 100101 101 1001 1001101 1001101

Color Harmonies of #F2A799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A799

Black with #F2A799

Text Example


Text Example

White with #F2A799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A799; }

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

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

background-color css

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

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

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

border-color css

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

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

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