Html Css Color HEX #FFFBAE Shalimar

📋 copy color: '#FFFBAE'

red 255 ◦ green 251 ◦ blue 174

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

Shades of Shalimar #FFFBAE

Tints of Shalimar #FFFBAE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.91%

 BLUE value IS 174 (68.36% from 255) = 25.59%

R = 37.5%
G = 36.91%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFFBAE (or 0xFFFBAE) is known color: Shalimar. HEX triplet: FF, FB and AE. RGB value is (255,251,174). Sum of RGB (Red+Green+Blue) = 255+251+174=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 174 (68.36% from 255 or 25.59% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBAE is #000451. Grayscale: #F3F3F3. Windows color (decimal): -1106 or 11467775. OLE color: 11467775.

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

Color convert

RGB 255 251 174 -
CMYK 0 0.02 0.32 0
HSL 57.04º 1% 0.84% -
HSV(B) 57.04º 0.32% 1% -
XYZ 83.38 93.31 53.66 -
YUV 243.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 255 251 174 0 0.02 0.32 0 57.04 1 0.84
Hex FF FB AE 0 2 20 0 39 64 54
Octal 377 373 256 0 2 40 0 71 144 124
Binary 11111111 11111011 10101110 0 10 100000 0 111001 1100100 1010100

Color Harmonies of #FFFBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFBAE

Black with #FFFBAE

Text Example


Text Example

White with #FFFBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFBAE; }

 p { color: rgb(255,251,174); }

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

background-color css

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

 a { background-color: rgb(255,251,174); }

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

border-color css

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

 span { border-color: rgb(255,251,174); }

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