Html Css Color HEX #FFF4B2 Shalimar

📋 copy color: '#FFF4B2'

red 255 ◦ green 244 ◦ blue 178

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

Shades of Shalimar #FFF4B2

Tints of Shalimar #FFF4B2

RGB

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

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

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

R = 37.67%
G = 36.04%
B = 26.29%

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

#FFF4B2 (or 0xFFF4B2) is known color: Shalimar. HEX triplet: FF, F4 and B2. RGB value is (255,244,178). Sum of RGB (Red+Green+Blue) = 255+244+178=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 244 (95.70% from 255 or 36.04% from 677); Blue value is 178 (69.92% from 255 or 26.29% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4B2 is #000B4D. Grayscale: #F0F0F0. Windows color (decimal): -2894 or 11728127. OLE color: 11728127.

HSL color Cylindrical-coordinate representation of color #FFF4B2: hue angle of 51.43º 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 #FFF4B2 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 244 178 -
CMYK 0 0.04 0.30 0
HSL 51.43º 1% 0.85% -
HSV(B) 51.43º 0.3% 1% -
XYZ 81.63 89.18 55.03 -
YUV 239.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 255 244 178 0 0.04 0.30 0 51.43 1 0.85
Hex FF F4 B2 0 4 1E 0 33 64 55
Octal 377 364 262 0 4 36 0 63 144 125
Binary 11111111 11110100 10110010 0 100 11110 0 110011 1100100 1010101

Color Harmonies of #FFF4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF4B2

Black with #FFF4B2

Text Example


Text Example

White with #FFF4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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