Html Css Color HEX #FBFEAF Shalimar

📋 copy color: '#FBFEAF'

red 251 ◦ green 254 ◦ blue 175

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

Shades of Shalimar #FBFEAF

Tints of Shalimar #FBFEAF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.35%

 BLUE value IS 175 (68.75% from 255) = 25.74%

R = 36.91%
G = 37.35%
B = 25.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FBFEAF (or 0xFBFEAF) is known color: Shalimar. HEX triplet: FB, FE and AF. RGB value is (251,254,175). Sum of RGB (Red+Green+Blue) = 251+254+175=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 175 (68.75% from 255 or 25.74% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFEAF is #040150. Grayscale: #F4F4F4. Windows color (decimal): -262481 or 11534075. OLE color: 11534075.

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

Color convert

RGB 251 254 175 -
CMYK 0.01 0 0.31 0.00
HSL 62.28º 0.98% 0.84% -
HSV(B) 62.28º 0.31% 1% -
XYZ 82.96 94.49 54.42 -
YUV 244.1 89.01 132.92 -
System Red Green Blue C M Y K H S L
Decimal 251 254 175 0.01 0 0.31 0.00 62.28 0.98 0.84
Hex FB FE AF 1 0 1F 0 3E 62 54
Octal 373 376 257 1 0 37 0 76 142 124
Binary 11111011 11111110 10101111 1 0 11111 0 111110 1100010 1010100

Color Harmonies of #FBFEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFEAF

Black with #FBFEAF

Text Example


Text Example

White with #FBFEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFEAF; }

 p { color: rgb(251,254,175); }

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

background-color css

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

 a { background-color: rgb(251,254,175); }

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

border-color css

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

 span { border-color: rgb(251,254,175); }

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