Html Css Color HEX #FFF6B2 Shalimar

📋 copy color: '#FFF6B2'

red 255 ◦ green 246 ◦ blue 178

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

Shades of Shalimar #FFF6B2

Tints of Shalimar #FFF6B2

RGB

 RED value IS 255 (100% from 255) = 37.56%

 GREEN value IS 246 (96.48% from 255) = 36.23%

 BLUE value IS 178 (69.92% from 255) = 26.22%

R = 37.56%
G = 36.23%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFF6B2 (or 0xFFF6B2) is known color: Shalimar. HEX triplet: FF, F6 and B2. RGB value is (255,246,178). Sum of RGB (Red+Green+Blue) = 255+246+178=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 246 (96.48% from 255 or 36.23% from 679); Blue value is 178 (69.92% from 255 or 26.22% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6B2 is #00094D. Grayscale: #F1F1F1. Windows color (decimal): -2382 or 11728639. OLE color: 11728639.

HSL color Cylindrical-coordinate representation of color #FFF6B2: hue angle of 52.99º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFF6B2 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 246 178 -
CMYK 0 0.04 0.30 0
HSL 52.99º 1% 0.85% -
HSV(B) 52.99º 0.3% 1% -
XYZ 82.23 90.39 55.23 -
YUV 240.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 255 246 178 0 0.04 0.30 0 52.99 1 0.85
Hex FF F6 B2 0 4 1E 0 35 64 55
Octal 377 366 262 0 4 36 0 65 144 125
Binary 11111111 11110110 10110010 0 100 11110 0 110101 1100100 1010101

Color Harmonies of #FFF6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6B2

Black with #FFF6B2

Text Example


Text Example

White with #FFF6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6B2; }

 p { color: rgb(255,246,178); }

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

background-color css

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

 a { background-color: rgb(255,246,178); }

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

border-color css

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

 span { border-color: rgb(255,246,178); }

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