Html Css Color HEX #F0BCA5 Wax Flower

📋 copy color: '#F0BCA5'

red 240 ◦ green 188 ◦ blue 165

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

Shades of Wax Flower #F0BCA5

Tints of Wax Flower #F0BCA5

RGB

 RED value IS 240 (94.14% from 255) = 40.47%

 GREEN value IS 188 (73.83% from 255) = 31.7%

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

R = 40.47%
G = 31.7%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F0BCA5 (or 0xF0BCA5) is known color: Wax Flower. HEX triplet: F0, BC and A5. RGB value is (240,188,165). Sum of RGB (Red+Green+Blue) = 240+188+165=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BCA5 is #0F435A. Grayscale: #C9C9C9. Windows color (decimal): -1000283 or 10861808. OLE color: 10861808.

HSL color Cylindrical-coordinate representation of color #F0BCA5: hue angle of 18.4º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0BCA5 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 188 165 -
CMYK 0 0.22 0.31 0.06
HSL 18.4º 0.71% 0.79% -
HSV(B) 18.4º 0.31% 0.94% -
XYZ 60.71 57.21 43.44 -
YUV 200.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 240 188 165 0 0.22 0.31 0.06 18.4 0.71 0.79
Hex F0 BC A5 0 16 1F 6 12 47 4F
Octal 360 274 245 0 26 37 6 22 107 117
Binary 11110000 10111100 10100101 0 10110 11111 110 10010 1000111 1001111

Color Harmonies of #F0BCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCA5

Black with #F0BCA5

Text Example


Text Example

White with #F0BCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCA5; }

 p { color: rgb(240,188,165); }

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

background-color css

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

 a { background-color: rgb(240,188,165); }

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

border-color css

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

 span { border-color: rgb(240,188,165); }

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