Html Css Color HEX #F2A798 Rose Bud

📋 copy color: '#F2A798'

red 242 ◦ green 167 ◦ blue 152

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

Shades of Rose Bud #F2A798

Tints of Rose Bud #F2A798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.09%

R = 43.14%
G = 29.77%
B = 27.09%

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

#F2A798 (or 0xF2A798) is known color: Rose Bud. HEX triplet: F2, A7 and 98. RGB value is (242,167,152). Sum of RGB (Red+Green+Blue) = 242+167+152=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A798 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A798 is #0D5867. Grayscale: #BBBBBB. Windows color (decimal): -874600 or 10004466. OLE color: 10004466.

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

Color convert

RGB 242 167 152 -
CMYK 0 0.31 0.37 0.05
HSL 10º 0.78% 0.77% -
HSV(B) 10º 0.37% 0.95% -
XYZ 56.1 48.78 36.16 -
YUV 187.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 242 167 152 0 0.31 0.37 0.05 10 0.78 0.77
Hex F2 A7 98 0 1F 25 5 A 4E 4D
Octal 362 247 230 0 37 45 5 12 116 115
Binary 11110010 10100111 10011000 0 11111 100101 101 1010 1001110 1001101

Color Harmonies of #F2A798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A798

Black with #F2A798

Text Example


Text Example

White with #F2A798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A798; }

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

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

background-color css

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

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

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

border-color css

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

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

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