Html Css Color HEX #F6D49B Splash

📋 copy color: '#F6D49B'

red 246 ◦ green 212 ◦ blue 155

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

Shades of Splash #F6D49B

Tints of Splash #F6D49B

RGB

 RED value IS 246 (96.48% from 255) = 40.13%

 GREEN value IS 212 (83.2% from 255) = 34.58%

 BLUE value IS 155 (60.94% from 255) = 25.29%

R = 40.13%
G = 34.58%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6D49B (or 0xF6D49B) is known color: Splash. HEX triplet: F6, D4 and 9B. RGB value is (246,212,155). Sum of RGB (Red+Green+Blue) = 246+212+155=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D49B is #092B64. Grayscale: #D7D7D7. Windows color (decimal): -600933 or 10212598. OLE color: 10212598.

HSL color Cylindrical-coordinate representation of color #F6D49B: hue angle of 37.58º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6D49B is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 212 155 -
CMYK 0 0.14 0.37 0.04
HSL 37.58º 0.83% 0.79% -
HSV(B) 37.58º 0.37% 0.96% -
XYZ 67.47 69.05 40.78 -
YUV 215.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 246 212 155 0 0.14 0.37 0.04 37.58 0.83 0.79
Hex F6 D4 9B 0 E 25 4 26 53 4F
Octal 366 324 233 0 16 45 4 46 123 117
Binary 11110110 11010100 10011011 0 1110 100101 100 100110 1010011 1001111

Color Harmonies of #F6D49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D49B

Black with #F6D49B

Text Example


Text Example

White with #F6D49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D49B; }

 p { color: rgb(246,212,155); }

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

background-color css

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

 a { background-color: rgb(246,212,155); }

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

border-color css

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

 span { border-color: rgb(246,212,155); }

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