Html Css Color HEX #FFF4B4 Shalimar

📋 copy color: '#FFF4B4'

red 255 ◦ green 244 ◦ blue 180

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

Shades of Shalimar #FFF4B4

Tints of Shalimar #FFF4B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.51%

R = 37.56%
G = 35.94%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFF4B4 (or 0xFFF4B4) is known color: Shalimar. HEX triplet: FF, F4 and B4. RGB value is (255,244,180). Sum of RGB (Red+Green+Blue) = 255+244+180=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 244 (95.70% from 255 or 35.94% from 679); Blue value is 180 (70.70% from 255 or 26.51% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4B4 is #000B4B. Grayscale: #F0F0F0. Windows color (decimal): -2892 or 11859199. OLE color: 11859199.

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

Color convert

RGB 255 244 180 -
CMYK 0 0.04 0.29 0
HSL 51.2º 1% 0.85% -
HSV(B) 51.2º 0.29% 1% -
XYZ 81.83 89.26 56.1 -
YUV 239.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 255 244 180 0 0.04 0.29 0 51.2 1 0.85
Hex FF F4 B4 0 4 1D 0 33 64 55
Octal 377 364 264 0 4 35 0 63 144 125
Binary 11111111 11110100 10110100 0 100 11101 0 110011 1100100 1010101

Color Harmonies of #FFF4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF4B4

Black with #FFF4B4

Text Example


Text Example

White with #FFF4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF4B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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