Html Css Color HEX #F3A298 Rose Bud

📋 copy color: '#F3A298'

red 243 ◦ green 162 ◦ blue 152

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

Shades of Rose Bud #F3A298

Tints of Rose Bud #F3A298

RGB

 RED value IS 243 (95.31% from 255) = 43.63%

 GREEN value IS 162 (63.67% from 255) = 29.08%

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

R = 43.63%
G = 29.08%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F3A298 (or 0xF3A298) is known color: Rose Bud. HEX triplet: F3, A2 and 98. RGB value is (243,162,152). Sum of RGB (Red+Green+Blue) = 243+162+152=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A298 is #0C5D67. Grayscale: #B9B9B9. Windows color (decimal): -810344 or 10003187. OLE color: 10003187.

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

Color convert

RGB 243 162 152 -
CMYK 0 0.33 0.37 0.05
HSL 6.59º 0.79% 0.77% -
HSV(B) 6.59º 0.37% 0.95% -
XYZ 55.55 47.16 35.88 -
YUV 185.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 243 162 152 0 0.33 0.37 0.05 6.59 0.79 0.77
Hex F3 A2 98 0 21 25 5 7 4F 4D
Octal 363 242 230 0 41 45 5 7 117 115
Binary 11110011 10100010 10011000 0 100001 100101 101 111 1001111 1001101

Color Harmonies of #F3A298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A298

Black with #F3A298

Text Example


Text Example

White with #F3A298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A298; }

 p { color: rgb(243,162,152); }

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

background-color css

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

 a { background-color: rgb(243,162,152); }

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

border-color css

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

 span { border-color: rgb(243,162,152); }

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