Html Css Color HEX #F0DFAE Sidecar

📋 copy color: '#F0DFAE'

red 240 ◦ green 223 ◦ blue 174

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

Shades of Sidecar #F0DFAE

Tints of Sidecar #F0DFAE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.01%

 BLUE value IS 174 (68.36% from 255) = 27.32%

R = 37.68%
G = 35.01%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0DFAE (or 0xF0DFAE) is known color: Sidecar. HEX triplet: F0, DF and AE. RGB value is (240,223,174). Sum of RGB (Red+Green+Blue) = 240+223+174=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DFAE is #0F2051. Grayscale: #DEDEDE. Windows color (decimal): -991314 or 11460592. OLE color: 11460592.

HSL color Cylindrical-coordinate representation of color #F0DFAE: hue angle of 44.55º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0DFAE is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 174 -
CMYK 0 0.07 0.28 0.06
HSL 44.55º 0.69% 0.81% -
HSV(B) 44.55º 0.28% 0.94% -
XYZ 69.96 74.36 50.71 -
YUV 222.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 240 223 174 0 0.07 0.28 0.06 44.55 0.69 0.81
Hex F0 DF AE 0 7 1C 6 2D 45 51
Octal 360 337 256 0 7 34 6 55 105 121
Binary 11110000 11011111 10101110 0 111 11100 110 101101 1000101 1010001

Color Harmonies of #F0DFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DFAE

Black with #F0DFAE

Text Example


Text Example

White with #F0DFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DFAE; }

 p { color: rgb(240,223,174); }

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

background-color css

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

 a { background-color: rgb(240,223,174); }

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

border-color css

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

 span { border-color: rgb(240,223,174); }

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