Html Css Color HEX #F3B8A5 Wax Flower

📋 copy color: '#F3B8A5'

red 243 ◦ green 184 ◦ blue 165

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

Shades of Wax Flower #F3B8A5

Tints of Wax Flower #F3B8A5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.08%

 BLUE value IS 165 (64.84% from 255) = 27.87%

R = 41.05%
G = 31.08%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F3B8A5 (or 0xF3B8A5) is known color: Wax Flower. HEX triplet: F3, B8 and A5. RGB value is (243,184,165). Sum of RGB (Red+Green+Blue) = 243+184+165=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B8A5 is #0C475A. Grayscale: #C7C7C7. Windows color (decimal): -804699 or 10860787. OLE color: 10860787.

HSL color Cylindrical-coordinate representation of color #F3B8A5: hue angle of 14.62º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3B8A5 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 184 165 -
CMYK 0 0.24 0.32 0.05
HSL 14.62º 0.76% 0.8% -
HSV(B) 14.62º 0.32% 0.95% -
XYZ 60.89 56.05 43.21 -
YUV 199.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 243 184 165 0 0.24 0.32 0.05 14.62 0.76 0.8
Hex F3 B8 A5 0 18 20 5 F 4C 50
Octal 363 270 245 0 30 40 5 17 114 120
Binary 11110011 10111000 10100101 0 11000 100000 101 1111 1001100 1010000

Color Harmonies of #F3B8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B8A5

Black with #F3B8A5

Text Example


Text Example

White with #F3B8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B8A5; }

 p { color: rgb(243,184,165); }

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

background-color css

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

 a { background-color: rgb(243,184,165); }

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

border-color css

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

 span { border-color: rgb(243,184,165); }

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