Html Css Color HEX #F2A897 Rose Bud

📋 copy color: '#F2A897'

red 242 ◦ green 168 ◦ blue 151

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

Shades of Rose Bud #F2A897

Tints of Rose Bud #F2A897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.92%

R = 43.14%
G = 29.95%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F2A897 (or 0xF2A897) is known color: Rose Bud. HEX triplet: F2, A8 and 97. RGB value is (242,168,151). Sum of RGB (Red+Green+Blue) = 242+168+151=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A897 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A897 is #0D5768. Grayscale: #BCBCBC. Windows color (decimal): -874345 or 9939186. OLE color: 9939186.

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

Color convert

RGB 242 168 151 -
CMYK 0 0.31 0.38 0.05
HSL 11.21º 0.78% 0.77% -
HSV(B) 11.21º 0.38% 0.95% -
XYZ 56.21 49.12 35.8 -
YUV 188.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 242 168 151 0 0.31 0.38 0.05 11.21 0.78 0.77
Hex F2 A8 97 0 1F 26 5 B 4E 4D
Octal 362 250 227 0 37 46 5 13 116 115
Binary 11110010 10101000 10010111 0 11111 100110 101 1011 1001110 1001101

Color Harmonies of #F2A897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A897

Black with #F2A897

Text Example


Text Example

White with #F2A897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A897; }

 p { color: rgb(242,168,151); }

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

background-color css

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

 a { background-color: rgb(242,168,151); }

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

border-color css

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

 span { border-color: rgb(242,168,151); }

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