Html Css Color HEX #FFF4B0 Shalimar

📋 copy color: '#FFF4B0'

red 255 ◦ green 244 ◦ blue 176

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

Shades of Shalimar #FFF4B0

Tints of Shalimar #FFF4B0

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.15%

 BLUE value IS 176 (69.14% from 255) = 26.07%

R = 37.78%
G = 36.15%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFF4B0 (or 0xFFF4B0) is known color: Shalimar. HEX triplet: FF, F4 and B0. RGB value is (255,244,176). Sum of RGB (Red+Green+Blue) = 255+244+176=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 244 (95.70% from 255 or 36.15% from 675); Blue value is 176 (69.14% from 255 or 26.07% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4B0 is #000B4F. Grayscale: #EFEFEF. Windows color (decimal): -2896 or 11597055. OLE color: 11597055.

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

Color convert

RGB 255 244 176 -
CMYK 0 0.04 0.31 0
HSL 51.65º 1% 0.85% -
HSV(B) 51.65º 0.31% 1% -
XYZ 81.43 89.1 53.98 -
YUV 239.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 255 244 176 0 0.04 0.31 0 51.65 1 0.85
Hex FF F4 B0 0 4 1F 0 34 64 55
Octal 377 364 260 0 4 37 0 64 144 125
Binary 11111111 11110100 10110000 0 100 11111 0 110100 1100100 1010101

Color Harmonies of #FFF4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF4B0

Black with #FFF4B0

Text Example


Text Example

White with #FFF4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF4B0; }

 p { color: rgb(255,244,176); }

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

background-color css

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

 a { background-color: rgb(255,244,176); }

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

border-color css

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

 span { border-color: rgb(255,244,176); }

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