Html Css Color HEX #F0BD8D Corvette

📋 copy color: '#F0BD8D'

red 240 ◦ green 189 ◦ blue 141

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

Shades of Corvette #F0BD8D

Tints of Corvette #F0BD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.74%

R = 42.11%
G = 33.16%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0BD8D (or 0xF0BD8D) is known color: Corvette. HEX triplet: F0, BD and 8D. RGB value is (240,189,141). Sum of RGB (Red+Green+Blue) = 240+189+141=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BD8D is #0F4272. Grayscale: #C7C7C7. Windows color (decimal): -1000051 or 9289200. OLE color: 9289200.

HSL color Cylindrical-coordinate representation of color #F0BD8D: hue angle of 29.09º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0BD8D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 189 141 -
CMYK 0 0.21 0.41 0.06
HSL 29.09º 0.77% 0.75% -
HSV(B) 29.09º 0.41% 0.94% -
XYZ 58.94 56.84 33.06 -
YUV 198.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 240 189 141 0 0.21 0.41 0.06 29.09 0.77 0.75
Hex F0 BD 8D 0 15 29 6 1D 4D 4B
Octal 360 275 215 0 25 51 6 35 115 113
Binary 11110000 10111101 10001101 0 10101 101001 110 11101 1001101 1001011

Color Harmonies of #F0BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BD8D

Black with #F0BD8D

Text Example


Text Example

White with #F0BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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