Html Css Color HEX #FBFFAF Shalimar

📋 copy color: '#FBFFAF'

red 251 ◦ green 255 ◦ blue 175

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

Shades of Shalimar #FBFFAF

Tints of Shalimar #FBFFAF

RGB

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

 GREEN value IS 255 (100% from 255) = 37.44%

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

R = 36.86%
G = 37.44%
B = 25.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FBFFAF (or 0xFBFFAF) is known color: Shalimar. HEX triplet: FB, FF and AF. RGB value is (251,255,175). Sum of RGB (Red+Green+Blue) = 251+255+175=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 175 (68.75% from 255 or 25.70% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFAF is #040050. Grayscale: #F5F5F5. Windows color (decimal): -262225 or 11534331. OLE color: 11534331.

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

Color convert

RGB 251 255 175 -
CMYK 0.02 0 0.31 0
HSL 63º 1% 0.84% -
HSV(B) 63º 0.31% 1% -
XYZ 83.28 95.12 54.53 -
YUV 244.68 88.67 132.5 -
System Red Green Blue C M Y K H S L
Decimal 251 255 175 0.02 0 0.31 0 63 1 0.84
Hex FB FF AF 2 0 1F 0 3F 64 54
Octal 373 377 257 2 0 37 0 77 144 124
Binary 11111011 11111111 10101111 10 0 11111 0 111111 1100100 1010100

Color Harmonies of #FBFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFFAF

Black with #FBFFAF

Text Example


Text Example

White with #FBFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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