Html Css Color HEX #F0BDA5 Zinnwaldite

📋 copy color: '#F0BDA5'

red 240 ◦ green 189 ◦ blue 165

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

Shades of Zinnwaldite #F0BDA5

Tints of Zinnwaldite #F0BDA5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.82%

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

R = 40.4%
G = 31.82%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F0BDA5 (or 0xF0BDA5) is known color: Zinnwaldite. HEX triplet: F0, BD and A5. RGB value is (240,189,165). Sum of RGB (Red+Green+Blue) = 240+189+165=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BDA5 is #0F425A. Grayscale: #C9C9C9. Windows color (decimal): -1000027 or 10862064. OLE color: 10862064.

HSL color Cylindrical-coordinate representation of color #F0BDA5: hue angle of 19.2º 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 #F0BDA5 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 189 165 -
CMYK 0 0.21 0.31 0.06
HSL 19.2º 0.71% 0.79% -
HSV(B) 19.2º 0.31% 0.94% -
XYZ 60.92 57.64 43.51 -
YUV 201.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 240 189 165 0 0.21 0.31 0.06 19.2 0.71 0.79
Hex F0 BD A5 0 15 1F 6 13 47 4F
Octal 360 275 245 0 25 37 6 23 107 117
Binary 11110000 10111101 10100101 0 10101 11111 110 10011 1000111 1001111

Color Harmonies of #F0BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDA5

Black with #F0BDA5

Text Example


Text Example

White with #F0BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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